Raindrop.io list
Your smart bookmarks. A beautiful way to remember the most important thing.
Wat is Raindrop.io list?
Raindrop.io list is een Chrome-extensie ontwikkeld door Nikolay Vasilchuk, en de belangrijkste functie is "Your smart bookmarks. A beautiful way to remember the most important thing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Raindrop.io list
Download Raindrop.io list-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Raindrop.io list |
ID | hnoljbfpcendgbcefjmllhnnmddojcod |
Officiële URL | https://chromewebstore.google.com/detail/raindropio-list/hnoljbfpcendgbcefjmllhnnmddojcod |
Beschrijving | Your smart bookmarks. A beautiful way to remember the most important thing. |
Bestandsgrootte | 52.68 KB |
Aantal Installaties | 642 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2014-06-30 |
Publicatiedatum | 2014-06-30 |
Beoordeling | 3.90/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Nikolay Vasilchuk |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://raindrop.io/ |
Help Pagina-URL | http://raindrop.uservoice.com/ |
Ondersteunde Talen | 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" } } |