Raindrop.io list
Your smart bookmarks. A beautiful way to remember the most important thing.
什么是Raindrop.io list?
Raindrop.io list是由Nikolay Vasilchuk开发的Chrome扩展程序,该扩展的主要功能是“Your smart bookmarks. A beautiful way to remember the most important thing.”。
扩展截图
下载Raindrop.io list扩展crx文件
下载Raindrop.io list扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Raindrop.io list |
ID | hnoljbfpcendgbcefjmllhnnmddojcod |
官方URL | https://chromewebstore.google.com/detail/raindropio-list/hnoljbfpcendgbcefjmllhnnmddojcod |
简介 | Your smart bookmarks. A beautiful way to remember the most important thing. |
文件大小 | 52.68 KB |
安装次数 | 642 |
当前版本 | 1.1.1 |
更新时间 | 2014-06-30 |
上架时间 | 2014-06-30 |
评分 | 3.90/5 共10次评分 |
开发者 | Nikolay Vasilchuk |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://raindrop.io/ |
帮助页面URL | http://raindrop.uservoice.com/ |
支持的语言 | 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" } } |