Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hide Link Preview in Google Sheets",
"description": "Vixen Digital tool to hide link previews on hover in Google Sheets.",
"version": "1.1",
"manifest_version": 3,
"action": {
"default_title": "Hide Link Preview in Google Sheets",
"default_icon": {
"16": "\/assets\/images\/action-links-grey-16.png",
"32": "\/assets\/images\/action-links-grey-32.png",
"48": "\/assets\/images\/action-links-grey-48.png",
"128": "\/assets\/images\/action-links-grey-128.png"
}
},
"permissions": [
"activeTab",
"scripting",
"declarativeContent"
],
"icons": {
"16": "\/assets\/images\/action-links-hidden-16.png",
"32": "\/assets\/images\/action-links-hidden-32.png",
"48": "\/assets\/images\/action-links-hidden-48.png",
"128": "\/assets\/images\/action-links-hidden-128.png"
},
"background": {
"service_worker": "assets\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/docs.google.com\/spreadsheets\/*"
],
"css": [
"assets\/css\/page.css"
]
}
]
}