Hide Link Preview in Google Sheets
Vixen Digital tool to hide link previews on hover in Google Sheets.
Cos'è Hide Link Preview in Google Sheets?
Hide Link Preview in Google Sheets è un'estensione di Chrome sviluppata da Vixen Digital, e la sua funzione principale è "Vixen Digital tool to hide link previews on hover in Google Sheets.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hide Link Preview in Google Sheets
Scarica i file di estensione Hide Link Preview in Google Sheets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will hide and disable the link preview when hovering over a hyperlink in Google Sheets. A tool for SEOs or anyone that works with Google Sheets and a lot of links and wants to stop the link preview from showing. The extension will be turned on once installed but can then be turned on and off as required.
Informazioni di Base sull'Estensione
Nome | Hide Link Preview in Google Sheets |
ID | mhkciofjljfadebnghpccobljpbaagee |
URL Ufficiale | https://chromewebstore.google.com/detail/hide-link-preview-in-goog/mhkciofjljfadebnghpccobljpbaagee |
Descrizione | Vixen Digital tool to hide link previews on hover in Google Sheets. |
Dimensione del File | 76.96 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-08-17 |
Data di Pubblicazione | 2023-08-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Vixen Digital |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.vixendigital.com/ |
URL della Pagina di Aiuto | https://www.vixendigital.com/#contact |
URL della Pagina della Politica sulla Privacy | https://www.vixendigital.com/privacy-policy |
Lingue Supportate | en-GB |
manifest.json | |
{ "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.0", "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" ] } ] } |