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
公式URL 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
}