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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย googoolea และคุณลักษณะหลักของมันคือ "A list that holds the pages that you didn't read yet but you would like to."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย To Be Read Pro

ดาวน์โหลดไฟล์ส่วนขยาย 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
}