Note to Self | by dumpstr.io
Take knowledge management to the extreme with Note to Self by dumpstr.io
Wat is Note to Self | by dumpstr.io?
Note to Self | by dumpstr.io is een Chrome-extensie ontwikkeld door http://dumpstr.io, en de belangrijkste functie is "Take knowledge management to the extreme with Note to Self by dumpstr.io".
Extensie Screenshots
Download het CRX-bestand van de extensie Note to Self | by dumpstr.io
Download Note to Self | by dumpstr.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Minimal knowledge management Capture thoughts, quotes, links, right from Chrome's toolbar. View all your captures in a neat and clean feed.
Basisinformatie over de Extensie
Naam | |
ID | odmkmbaemidenlddgpioojljlagofpgi |
Officiële URL | https://chrome.google.com/webstore/detail/note-to-self-by-dumpstrio/odmkmbaemidenlddgpioojljlagofpgi |
Beschrijving | Take knowledge management to the extreme with Note to Self by dumpstr.io |
Bestandsgrootte | 1.39 MB |
Aantal Installaties | 58 |
Huidige Versie | 1.4.5 |
Laatst Bijgewerkt | 2015-11-10 |
Publicatiedatum | 2015-11-10 |
Beoordeling | 4.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | http://dumpstr.io |
Betalingswijze | free |
Extensiewebsite | https://www.dumpstr.io |
Ondersteunde Talen | 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\/*" ] } |