Documents Downloader
Only for DOCUMENTS of a known page
Documents Downloaderとは何ですか?
Documents Downloaderはdialguiba1994によって開発されたChromeの拡張機能で、その主な機能は「Only for DOCUMENTS of a known page」です。
拡張機能のスクリーンショット
Documents Downloader拡張機能のCRXファイルをダウンロード
Documents Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Documentos de Scribd - Documents from Scribd IMPORTANT: ONLY FOR DOCUMENTS!
拡張機能の基本情報
名前 | Documents Downloader |
ID | ikecplijfhabpahaolhdgglbbafknkdo |
公式URL | https://chromewebstore.google.com/detail/documents-downloader/ikecplijfhabpahaolhdgglbbafknkdo |
説明 | Only for DOCUMENTS of a known page |
ファイルサイズ | 25.88 KB |
インストール数 | 50,150 |
現在のバージョン | 2.0.1 |
最終更新日 | 2022-10-12 |
公開日 | 2020-12-09 |
評価 | 4.33/5 合計 260 レビュー |
開発者 | dialguiba1994 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Documents Downloader", "description": "Only for DOCUMENTS of a known page", "version": "2.0.1", "action": { "default_icon": { "16": "icons\/favicon-16x16-gray.png", "32": "icons\/favicon-32x32-gray.png", "96": "icons\/favicon-96x96-gray.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "declarativeContent" ] } |