Open the link in Google™ Docs

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

What is Open the link in Google™ Docs?

Open the link in Google™ Docs is a Chrome extension developed by raingart, and its main feature is "Open the link (PDF, DOC, Image) in Google Docs in the context menu".

Extension Screenshots

screenshot

Download Open the link in Google™ Docs Extension CRX File

Download Open the link in Google™ Docs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Open the link in Google™ Docs Open the link in Google™ Docs
ID plaecapdpgnlhhgcokppmieoifkpbdib
Official URL https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib
Description Open the link (PDF, DOC, Image) in Google Docs in the context menu
File Size 24.92 KB
Installation Count 3,614
Current Version 0.1.0
Last Updated 2022-05-02
Publish Date 2020-01-17
Rating 5.00/5 Total 1 Ratings
Developer raingart
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}