Documents Downloader
Only for DOCUMENTS of a known page
Qu'est-ce que Documents Downloader ?
Documents Downloader est une extension Chrome développée par dialguiba1994, et sa fonction principale est "Only for DOCUMENTS of a known page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Documents Downloader
Téléchargez les fichiers d'extension Documents 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
Documentos de Scribd - Documents from Scribd IMPORTANT: ONLY FOR DOCUMENTS!
Informations de Base sur l'Extension
Nom | Documents Downloader |
ID | ikecplijfhabpahaolhdgglbbafknkdo |
URL Officiel | https://chromewebstore.google.com/detail/documents-downloader/ikecplijfhabpahaolhdgglbbafknkdo |
Description | Only for DOCUMENTS of a known page |
Taille du Fichier | 25.88 KB |
Nombre d'Installations | 50,150 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2022-10-12 |
Date de Publication | 2020-12-09 |
Évaluation | 4.33/5 Total 260 Évaluations |
Développeur | dialguiba1994 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |