Crumble Clipper
The Crumble Clipper complements our web application to intelligently collect, discover and create insights.
Qu'est-ce que Crumble Clipper ?
Crumble Clipper est une extension Chrome développée par http://lovecrumble.com, et sa fonction principale est "The Crumble Clipper complements our web application to intelligently collect, discover and create insights.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crumble Clipper
Téléchargez les fichiers d'extension Crumble Clipper 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
Summarise any webpage, find points of interest and collect crumbs of information and build the full story of any topic really quickly. Be more productive and simplify your workspace with Crumble.
Informations de Base sur l'Extension
Nom | |
ID | ckohcnnilkkadadhclghafaaokhblpma |
URL Officiel | https://chrome.google.com/webstore/detail/crumble-clipper/ckohcnnilkkadadhclghafaaokhblpma |
Description | The Crumble Clipper complements our web application to intelligently collect, discover and create insights. |
Taille du Fichier | 2.15 MB |
Nombre d'Installations | 83 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2020-08-19 |
Date de Publication | 2020-06-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://lovecrumble.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://lovecrumble.com |
URL de la Page d'Aide | https://lovecrumble.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crumble Clipper", "description": "The Crumble Clipper complements our web application to intelligently collect, discover and create insights.", "version": "1.5", "icons": { "128": "icons\/128.ico", "48": "icons\/48.ico", "16": "icons\/32.ico" }, "browser_action": { "default_icon": "icons\/bg_circle_black.png", "default_popup": "profile.html" }, "background": { "scripts": [ "scripts\/jquery-3.5.1.min.js", "scripts\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/lovecrumble.com\/check_login\/", "https:\/\/lovecrumble.com\/get_boards\/", "https:\/\/lovecrumble.com\/post_data\/", "https:\/\/lovecrumble.com\/post_page\/", "contextMenus", "notifications", "https:\/\/api.lovecrumble.com\/crumble\/summarise\/*", "tabs" ], "web_accessible_resources": [ "scripts\/popup.js", "scripts\/background.js", "summarise.html" ] } |