Note to Self | by dumpstr.io
Take knowledge management to the extreme with Note to Self by dumpstr.io
什麼是Note to Self | by dumpstr.io?
Note to Self | by dumpstr.io是由http://dumpstr.io開發的Chrome擴展程式,該擴展的主要功能是“Take knowledge management to the extreme with Note to Self by dumpstr.io”。
擴展截圖
下載Note to Self | by dumpstr.io擴展crx文件
下載Note to Self | by dumpstr.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Minimal knowledge management Capture thoughts, quotes, links, right from Chrome's toolbar. View all your captures in a neat and clean feed.
擴展基本資訊
名稱 | |
ID | odmkmbaemidenlddgpioojljlagofpgi |
官方網址 | https://chrome.google.com/webstore/detail/note-to-self-by-dumpstrio/odmkmbaemidenlddgpioojljlagofpgi |
簡介 | Take knowledge management to the extreme with Note to Self by dumpstr.io |
檔案大小 | 1.39 MB |
安裝次數 | 58 |
目前版本 | 1.4.5 |
更新時間 | 2015-11-10 |
上架時間 | 2015-11-10 |
評分 | 4.91/5 共 11 次評分 |
開發者 | http://dumpstr.io |
付費類型 | free |
擴展官網 | https://www.dumpstr.io |
支援的語言 | 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\/*" ] } |