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! 擴展基本資訊
| 名稱 | |
| ID | ikecplijfhabpahaolhdgglbbafknkdo |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |