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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |