To Be Read Pro

A list that holds the pages that you didn't read yet but you would like to.

什麼是To Be Read Pro?

To Be Read Pro是由googoolea開發的Chrome擴展程式,該擴展的主要功能是“A list that holds the pages that you didn't read yet but you would like to.”。

擴展截圖

screenshot
screenshot

下載To Be Read Pro擴展crx文件

下載To Be Read Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ToBeRead bookmarks your opened tabs for later read if you don't want to read them right now but later.
If you find yourself reopening the same pages in the morning, pages that you did not read yet but you would like to, if your browser has more than 10 tabs opened every morning then this extension is for you.
ToBeRead will access, on your choice, your browsing history but only opened tabs in order to save them always locally.

Good news everyone, another version of this extension is available now: the light version; it doesn't save the screenshot of your page that you save in the read later list and so it needs less permissions. Check it, you might like it more                    

擴展基本資訊

名稱 To Be Read Pro To Be Read Pro
ID cciccjdddjngbmdagbaaanghhcpkebeo
官方網址 https://chromewebstore.google.com/detail/to-be-read-pro/cciccjdddjngbmdagbaaanghhcpkebeo
簡介 A list that holds the pages that you didn't read yet but you would like to.
檔案大小 62.07 KB
安裝次數 381
目前版本 3.2
更新時間 2013-12-15
上架時間 2013-12-15
評分 4.33/5 共 15 次評分
開發者 googoolea
付費類型 free
擴展官網 http://www.gugulea.ro/app/?page_id=47
說明頁面URL http://www.gugulea.ro/app/?page_id=47
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To Be Read Pro",
    "version": "3.2",
    "description": "A list that holds the pages that you didn't read yet but you would like to.",
    "icons": {
        "128": "icons\/tbr128.png",
        "64": "icons\/tbr64.png",
        "32": "icons\/tbr32.png",
        "16": "icons\/tbr16.png"
    },
    "browser_action": {
        "default_icon": "icons\/tbr32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "homepage_url": "http:\/\/gugulea.ro\/app\/?page_id=47",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}