Open the link in Google™ Docs

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

什么是Open the link in Google™ Docs?

Open the link in Google™ Docs是由raingart开发的Chrome扩展程序,该扩展的主要功能是“Open the link (PDF, DOC, Image) in Google Docs in the context menu”。

扩展截图

screenshot

下载Open the link in Google™ Docs扩展crx文件

下载Open the link in Google™ Docs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Open the link in Google™ Docs Open the link in Google™ Docs
ID plaecapdpgnlhhgcokppmieoifkpbdib
官方URL https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib
简介 Open the link (PDF, DOC, Image) in Google Docs in the context menu
文件大小 24.92 KB
安装次数 3,614
当前版本 0.1.0
更新时间 2022-05-02
上架时间 2020-01-17
评分 5.00/5 共1次评分
开发者 raingart
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}