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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Raindrop.io list
ID hnoljbfpcendgbcefjmllhnnmddojcod
官方網址 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"
    }
}