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 |
Eメール | [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" } } |