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