faster_download
download CSS,JS,images,background image
Qu'est-ce que faster_download ?
faster_download est une extension Chrome développée par 小黑, et sa fonction principale est "download CSS,JS,images,background image".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension faster_download
Téléchargez les fichiers d'extension faster_download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
分类下载CS,JS,图片,以及css 背景 download CSS, JS, images, and CSS background.
Informations de Base sur l'Extension
Nom | |
ID | pkjpfpbcfadidjfbljnioleocjnpeohi |
URL Officiel | https://chromewebstore.google.com/detail/fasterdownload/pkjpfpbcfadidjfbljnioleocjnpeohi |
Description | download CSS,JS,images,background image |
Taille du Fichier | 135 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2016-05-30 |
Date de Publication | 2016-05-30 |
Développeur | 小黑 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |