faster_download
download CSS,JS,images,background image
Hvad er faster_download?
faster_download er en Chrome-udvidelse udviklet af 小黑, og dens hovedfunktion er "download CSS,JS,images,background image".
Udvidelsesskærmbilleder
Download faster_download-udvidelses-CRX-fil
Download faster_download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
分类下载CS,JS,图片,以及css 背景
download CSS, JS, images, and CSS background. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pkjpfpbcfadidjfbljnioleocjnpeohi |
| Officiel URL | https://chromewebstore.google.com/detail/fasterdownload/pkjpfpbcfadidjfbljnioleocjnpeohi |
| Beskrivelse | download CSS,JS,images,background image |
| Filstørrelse | 135 KB |
| Antal Installationer | 23 |
| Nuværende Version | 1.1.0 |
| Senest Opdateret | 2016-05-30 |
| Udgivelsesdato | 2016-05-30 |
| Udvikler | 小黑 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "ico16_unactive.png",
"default_popup": "popup.html",
"default_title": "download monster",
"icons": [
"ico16_unactive.png"
],
"name": "faster_download"
},
"content_scripts": [
{
"js": [
"jquery-2.2.3.js",
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "download CSS,JS,images,background image",
"icons": {
"128": "ico128.png",
"16": "ico16.png",
"48": "ico48.png"
},
"manifest_version": 2,
"name": "faster_download",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.0"
} | |