Note to Self | by dumpstr.io
Take knowledge management to the extreme with Note to Self by dumpstr.io
Qu'est-ce que Note to Self | by dumpstr.io ?
Note to Self | by dumpstr.io est une extension Chrome développée par http://dumpstr.io, et sa fonction principale est "Take knowledge management to the extreme with Note to Self by dumpstr.io".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Note to Self | by dumpstr.io
Téléchargez les fichiers d'extension Note to Self | by dumpstr.io 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
Minimal knowledge management Capture thoughts, quotes, links, right from Chrome's toolbar. View all your captures in a neat and clean feed.
Informations de Base sur l'Extension
Nom | |
ID | odmkmbaemidenlddgpioojljlagofpgi |
URL Officiel | https://chrome.google.com/webstore/detail/note-to-self-by-dumpstrio/odmkmbaemidenlddgpioojljlagofpgi |
Description | Take knowledge management to the extreme with Note to Self by dumpstr.io |
Taille du Fichier | 1.39 MB |
Nombre d'Installations | 58 |
Version Actuelle | 1.4.5 |
Dernière Mise à Jour | 2015-11-10 |
Date de Publication | 2015-11-10 |
Évaluation | 4.91/5 Total 11 Évaluations |
Développeur | http://dumpstr.io |
Type de Paiement | free |
Site Web de l'Extension | https://www.dumpstr.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Note to Self | by dumpstr.io", "version": "1.4.5", "short_name": "Note to Self", "description": "Take knowledge management to the extreme with Note to Self by dumpstr.io", "minimum_chrome_version": "27.0.1453.116", "browser_action": { "default_icon": { "19": "resources\/logo.png", "38": "resources\/logo.png", "128": "resources\/logo.png" }, "default_popup": "dumpstr\/chrome-ext.html" }, "background": { "page": "bg\/bg.html" }, "permissions": [ "activeTab", "storage", "http:\/\/www.dumpstr.io\/" ], "icons": { "32": "resources\/logo.png", "48": "resources\/logo.png", "128": "resources\/logo.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com; object-src 'self'; connect-src 'self' http:\/\/www.dumpstr.io https:\/\/cdn.mxpnl.com http:\/\/api.mixpanel.com", "web_accessible_resources": [ "\/resources\/*" ] } |