Open the link in Google™ Docs

Open the link (PDF, DOC, Image) in Google Docs in the context menu

Vad är Open the link in Google™ Docs?

Open the link in Google™ Docs är en Chrome-tillägg utvecklad av raingart, och dess huvudfunktion är "Open the link (PDF, DOC, Image) in Google Docs in the context menu".

Tilläggsskärmbilder

screenshot

Ladda ner Open the link in Google™ Docs-förlängningens CRX-fil

Ladda ner Open the link in Google™ Docs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This is a simple and very lite extension that allows you to easily open (PDF, DOC) links in a chosen Google Doc Viewer.                    

Grundläggande Information om Tillägg

Namn Open the link in Google™ Docs Open the link in Google™ Docs
ID plaecapdpgnlhhgcokppmieoifkpbdib
Officiell webbadress https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib
Beskrivning Open the link (PDF, DOC, Image) in Google Docs in the context menu
Filstorlek 24.92 KB
Antal Installationer 3,614
Aktuell Version 0.1.0
Senast Uppdaterad 2022-05-02
Publiceringsdatum 2020-01-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare raingart
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}