Raindrop.io list

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

Что такое Raindrop.io list?

Raindrop.io list - это расширение Chrome, разработанное Nikolay Vasilchuk, и его основная функция - "Your smart bookmarks. A beautiful way to remember the most important thing.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Raindrop.io list

Скачайте файлы расширений 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 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"
    }
}