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”。
擴展截圖
下載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 |
ID | plaecapdpgnlhhgcokppmieoifkpbdib |
官方網址 | 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" } } |