Open the link in Google™ Docs
Open the link (PDF, DOC, Image) in Google Docs in the context menu
Cos'è Open the link in Google™ Docs?
Open the link in Google™ Docs è un'estensione di Chrome sviluppata da raingart, e la sua funzione principale è "Open the link (PDF, DOC, Image) in Google Docs in the context menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open the link in Google™ Docs
Scarica i file di estensione Open the link in Google™ Docs 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 is a simple and very lite extension that allows you to easily open (PDF, DOC) links in a chosen Google Doc Viewer. Informazioni di Base sull'Estensione
| Nome | |
| ID | plaecapdpgnlhhgcokppmieoifkpbdib |
| URL Ufficiale | https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib |
| Descrizione | Open the link (PDF, DOC, Image) in Google Docs in the context menu |
| Dimensione del File | 24.92 KB |
| Conteggio Installazioni | 3,614 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2022-05-02 |
| Data di Pubblicazione | 2020-01-17 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | raingart |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"manifest_version": 2,
"name": "__MSG_app_name__",
"short_name": "__MSG_app_short_name__",
"description": "__MSG_app_description__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"version": "0.1.0",
"author": "raingart",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"\/js\/background.js"
]
},
"icons": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
}
} | |