Open the link in Google™ Docs
Open the link (PDF, DOC, Image) in Google Docs in the context menu
Was ist Open the link in Google™ Docs?
Open the link in Google™ Docs ist eine Chrome-Erweiterung, die von raingart entwickelt wurde, und ihr Hauptmerkmal ist "Open the link (PDF, DOC, Image) in Google Docs in the context menu".
Erweiterungsscreenshots
Open the link in Google™ Docs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open the link in Google™ Docs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is a simple and very lite extension that allows you to easily open (PDF, DOC) links in a chosen Google Doc Viewer.
Grundlegende Informationen zur Erweiterung
Name | Open the link in Google™ Docs |
ID | plaecapdpgnlhhgcokppmieoifkpbdib |
Offizielle URL | https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib |
Beschreibung | Open the link (PDF, DOC, Image) in Google Docs in the context menu |
Dateigröße | 24.92 KB |
Installationsanzahl | 3,614 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2022-05-02 |
Veröffentlichungsdatum | 2020-01-17 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | raingart |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |