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 là gì?
Note to Self | by dumpstr.io là một tiện ích mở rộng Chrome được phát triển bởi http://dumpstr.io, và tính năng chính của nó là "Take knowledge management to the extreme with Note to Self by dumpstr.io".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Note to Self | by dumpstr.io
Tải xuống các tệp mở rộng Note to Self | by dumpstr.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Minimal knowledge management Capture thoughts, quotes, links, right from Chrome's toolbar. View all your captures in a neat and clean feed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | odmkmbaemidenlddgpioojljlagofpgi |
URL Chính Thức | https://chrome.google.com/webstore/detail/note-to-self-by-dumpstrio/odmkmbaemidenlddgpioojljlagofpgi |
Mô tả | Take knowledge management to the extreme with Note to Self by dumpstr.io |
Kích Thước Tệp | 1.39 MB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 1.4.5 |
Cập Nhật Lần Cuối | 2015-11-10 |
Ngày Phát Hành | 2015-11-10 |
Đánh Giá | 4.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | http://dumpstr.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dumpstr.io |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |