Note to Self | by dumpstr.io
Take knowledge management to the extreme with Note to Self by dumpstr.io
Vad är Note to Self | by dumpstr.io?
Note to Self | by dumpstr.io är en Chrome-tillägg utvecklad av http://dumpstr.io, och dess huvudfunktion är "Take knowledge management to the extreme with Note to Self by dumpstr.io".
Tilläggsskärmbilder
Ladda ner Note to Self | by dumpstr.io-förlängningens CRX-fil
Ladda ner Note to Self | by dumpstr.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Minimal knowledge management
Capture thoughts, quotes, links, right from Chrome's toolbar.
View all your captures in a neat and clean feed. Grundläggande Information om Tillägg
| Namn | |
| ID | odmkmbaemidenlddgpioojljlagofpgi |
| Officiell webbadress | https://chrome.google.com/webstore/detail/note-to-self-by-dumpstrio/odmkmbaemidenlddgpioojljlagofpgi |
| Beskrivning | Take knowledge management to the extreme with Note to Self by dumpstr.io |
| Filstorlek | 1.39 MB |
| Antal Installationer | 58 |
| Aktuell Version | 1.4.5 |
| Senast Uppdaterad | 2015-11-10 |
| Publiceringsdatum | 2015-11-10 |
| Betyg | 4.91/5 Totalt 11 Betyg |
| Utvecklare | http://dumpstr.io |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.dumpstr.io |
| Stödda Språk | 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\/*"
]
} | |