Always Reading

This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list

Always Readingคืออะไร?

Always Reading เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.alwaysreading.io และคุณลักษณะหลักของมันคือ "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Always Reading

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

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

                        Easily add articles, blogs or website pages to your alwaysreading.io, reading list. Once you've added the plugin,  you can simply click the spectacles icon and the current page url will be added to your reading list.

You'll need to sign up for an account at www.alwaysreading.io before you can use this extension.                    

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

ชื่อ Always Reading Always Reading
ID gihidhpmopfabfdkemhokgolidpnhnpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn
คำอธิบาย This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
ขนาดไฟล์ 871 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2018-03-17
วันที่เผยแพร่ 2018-03-17
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.alwaysreading.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.alwaysreading.io
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Reading",
    "description": "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list",
    "version": "1.6",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Always Reading!"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*.alwaysreading.io\/"
    ]
}