Open the link in Google™ Docs
Open the link (PDF, DOC, Image) in Google Docs in the context menu
Wat is Open the link in Google™ Docs?
Open the link in Google™ Docs is een Chrome-extensie ontwikkeld door raingart, en de belangrijkste functie is "Open the link (PDF, DOC, Image) in Google Docs in the context menu".
Extensie Screenshots
Download het CRX-bestand van de extensie Open the link in Google™ Docs
Download Open the link in Google™ Docs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a simple and very lite extension that allows you to easily open (PDF, DOC) links in a chosen Google Doc Viewer.
Basisinformatie over de Extensie
Naam | Open the link in Google™ Docs |
ID | plaecapdpgnlhhgcokppmieoifkpbdib |
Officiële URL | https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib |
Beschrijving | Open the link (PDF, DOC, Image) in Google Docs in the context menu |
Bestandsgrootte | 24.92 KB |
Aantal Installaties | 3,614 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2022-05-02 |
Publicatiedatum | 2020-01-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | raingart |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |