DownloadPage(All resources,html+css+js+images)
Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…
DownloadPage(All resources,html+css+js+images)とは何ですか?
DownloadPage(All resources,html+css+js+images)はDownloadによって開発されたChromeの拡張機能で、その主な機能は「Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…」です。
拡張機能のスクリーンショット
DownloadPage(All resources,html+css+js+images)拡張機能のCRXファイルをダウンロード
DownloadPage(All resources,html+css+js+images)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download all resources of the web page, including HTML, CSS, JavaScript and images. 拡張機能の基本情報
| 名前 | |
| ID | hdeapggikfpgpojodegljabgkemcbflb |
| 公式URL | https://chromewebstore.google.com/detail/downloadpageall-resources/hdeapggikfpgpojodegljabgkemcbflb |
| 説明 | Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the… |
| ファイルサイズ | 468 KB |
| インストール数 | 3,513 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2022-07-14 |
| 公開日 | 2022-07-14 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Download |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"version": "1.0.0",
"icons": {
"128": "icons\/logo128.png"
},
"action": {
"default_popup": "index.html",
"default_title": "__MSG_extName__",
"default_icon": {
"64": "icons\/logo64.png"
}
},
"options_page": "index.html",
"permissions": [
"tabs",
"background",
"webRequest",
"tabs",
"downloads"
],
"host_permissions": [
"file:\/\/\/*",
"*:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
}
} | |