Actually Read it Later

Extension for saving articles for later, and actually reading them

Actually Read it Laterคืออะไร?

Actually Read it Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arsen Losenko และคุณลักษณะหลักของมันคือ "Extension for saving articles for later, and actually reading them"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Actually Read it Later

ดาวน์โหลดไฟล์ส่วนขยาย Actually Read it Later ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you are always forgetting that article that you saved to read it later, this extension is for you!

Usage of extension is as basic as it gets: you set time for reading in options, and then save any article that you want by clicking on extension icon. When the reading time comes, you will be presented with list of your saved articles. Pretty easy, right?

Feel free to share your usage experience here, any feedback is appreciated!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Actually Read it Later Actually Read it Later
ID ljjoedgdgmfajafgijejbomchigkojie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/actually-read-it-later/ljjoedgdgmfajafgijejbomchigkojie
คำอธิบาย Extension for saving articles for later, and actually reading them
ขนาดไฟล์ 423 KB
จำนวนการติดตั้ง 266
เวอร์ชันปัจจุบัน 1.7.5
อัปเดตครั้งล่าสุด 2018-03-17
วันที่เผยแพร่ 2018-03-17
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Arsen Losenko
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Actually Read it Later",
    "description": "Extension for saving articles for later, and actually reading them",
    "version": "1.7.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Actually Read It Later",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/notebook16.png",
        "32": "img\/notebook32.png",
        "48": "img\/notebook48.png",
        "128": "img\/notebook128.png"
    }
}