Raindrop.io list
Your smart bookmarks. A beautiful way to remember the most important thing.
Raindrop.io list là gì?
Raindrop.io list là một tiện ích mở rộng Chrome được phát triển bởi Nikolay Vasilchuk, và tính năng chính của nó là "Your smart bookmarks. A beautiful way to remember the most important thing.".
Ả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 Raindrop.io list
Tải xuống các tệp mở rộng Raindrop.io list 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
No longer supported. Use the official addon Raindrop.io https://chrome.google.com/webstore/detail/raindropio/ihapciekeckoimelfjmkapoeccmfdipa Raindrop makes bookmarks more vivid and functional. It's an extension to quickly view your Raindrop.io bookmarks. Raindrop.io saves not just bookmarks but associated content depending on page type. If it's an article, it will be cut and saved with the bookmark. The same applies to video, photo and presentations. So you can organize thematic collections with different content. Collections can be made public and used in your application or a website using API.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Raindrop.io list |
ID | hnoljbfpcendgbcefjmllhnnmddojcod |
URL Chính Thức | https://chromewebstore.google.com/detail/raindropio-list/hnoljbfpcendgbcefjmllhnnmddojcod |
Mô tả | Your smart bookmarks. A beautiful way to remember the most important thing. |
Kích Thước Tệp | 52.68 KB |
Số Lần Cài Đặt | 642 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2014-06-30 |
Ngày Phát Hành | 2014-06-30 |
Đánh Giá | 3.90/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Nikolay Vasilchuk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://raindrop.io/ |
URL Trang Trợ Giúp | http://raindrop.uservoice.com/ |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.1.1", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "storage", "http:\/\/raindrop.io\/*" ], "browser_action": { "default_icon": { "38": "icons\/38.png", "19": "icons\/19.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "38": "icons\/38.png", "19": "icons\/19.png" } } |