Quick Forum Downloader
Download the forum attachment quickly
Qu'est-ce que Quick Forum Downloader ?
Quick Forum Downloader est une extension Chrome développée par cheuksam, et sa fonction principale est "Download the forum attachment quickly".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Forum Downloader
Téléchargez les fichiers d'extension Quick Forum Downloader 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
Single click for download forum attachment Forum supported: UNetBoard
Informations de Base sur l'Extension
Nom | |
ID | npehfldmceamlhloggdocdiihigadpbe |
URL Officiel | https://chrome.google.com/webstore/detail/quick-forum-downloader/npehfldmceamlhloggdocdiihigadpbe |
Description | Download the forum attachment quickly |
Taille du Fichier | 7.22 KB |
Nombre d'Installations | 91 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2016-08-22 |
Date de Publication | 2016-08-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | cheuksam |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/samcheuk/quick-forum-downloader |
URL de la Page d'Aide | https://github.com/samcheuk/quick-forum-downloader |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Forum Downloader", "description": "Download the forum attachment quickly", "version": "1", "permissions": [ "downloads", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Quick Forum Downloader", "default_icon": "quick_download_icon.png" }, "manifest_version": 2 } |