SaveAs
SaveAs for Google Docs
SaveAsとは何ですか?
SaveAsはJhaniv LTD.によって開発されたChromeの拡張機能で、その主な機能は「SaveAs for Google Docs」です。
拡張機能のスクリーンショット
SaveAs拡張機能のCRXファイルをダウンロード
SaveAs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SaveAs brings the familiar "SaveAs" functionality to your Google Docs.
拡張機能の基本情報
名前 | SaveAs |
ID | dfagmpodnkdapdbjhjmenkeilmmefkal |
公式URL | https://chromewebstore.google.com/detail/saveas/dfagmpodnkdapdbjhjmenkeilmmefkal |
説明 | SaveAs for Google Docs |
ファイルサイズ | 177 KB |
インストール数 | 42 |
現在のバージョン | 1.3 |
最終更新日 | 2016-06-20 |
公開日 | 2016-06-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Jhaniv LTD. |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SaveAs", "short_name": "SaveAs", "manifest_version": 2, "version": "1.3", "minimum_chrome_version": "29", "description": "SaveAs for Google Docs", "background": { "scripts": [ "background.js", "gdocs.js", "jq.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/*", "https:\/\/docs.google.com\/spreadsheets\/*" ], "js": [ "jq.js", "main.js", "mn.js", "gdocs.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "statusbar.html" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "tabs", "identity", "https:\/\/ssl.gstatic.com\/", "https:\/\/www.googleapis.com\/", "https:\/\/accounts.google.com\/" ], "oauth2": { "client_id": "681906034548-smp6b665oaojlnlu4ohlqpsofr05q61v.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/drive.metadata", "https:\/\/www.googleapis.com\/auth\/drive.scripts" ] }, "browser_action": { "name": "test", "icons": [ "icon.png" ] } } |