Raindrop.io list

Your smart bookmarks. A beautiful way to remember the most important thing.

Was ist Raindrop.io list?

Raindrop.io list ist eine Chrome-Erweiterung, die von Nikolay Vasilchuk entwickelt wurde, und ihr Hauptmerkmal ist "Your smart bookmarks. A beautiful way to remember the most important thing.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Raindrop.io list-Erweiterungs-CRX-Datei herunterladen

Laden Sie Raindrop.io list-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Raindrop.io list Raindrop.io list
ID hnoljbfpcendgbcefjmllhnnmddojcod
Offizielle URL https://chromewebstore.google.com/detail/raindropio-list/hnoljbfpcendgbcefjmllhnnmddojcod
Beschreibung Your smart bookmarks. A beautiful way to remember the most important thing.
Dateigröße 52.68 KB
Installationsanzahl 642
Aktuelle Version 1.1.1
Letztes Update 2014-06-30
Veröffentlichungsdatum 2014-06-30
Bewertung 3.90/5 Insgesamt 10 Bewertungen
Entwickler Nikolay Vasilchuk
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://raindrop.io/
Hilfeseite URL http://raindrop.uservoice.com/
Unterstützte Sprachen 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"
    }
}