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 |
官方URL | 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\/*" ] } |