Read Later
Simply store the page link to read later before you add it to your bookmarks.
Read Laterคืออะไร?
Read Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boogey1111 และคุณลักษณะหลักของมันคือ "Simply store the page link to read later before you add it to your bookmarks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Later
ดาวน์โหลดไฟล์ส่วนขยาย Read Later ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Read Later |
ID | bimpamoeajffdkaienapechogkkghbip |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/read-later/bimpamoeajffdkaienapechogkkghbip |
คำอธิบาย | Simply store the page link to read later before you add it to your bookmarks. |
ขนาดไฟล์ | 99.74 KB |
จำนวนการติดตั้ง | 124 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2017-06-21 |
วันที่เผยแพร่ | 2017-06-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | boogey1111 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "default_locale": "en", "version": "1.1.0", "icons": { "16": "link_16.png", "48": "link_48.png", "128": "link_128.png" }, "browser_action": { "default_title": "__MSG_extension_name__", "default_icon": "link_16.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com\/ https:\/\/www.google-analytics.com\/; object-src 'self'" } |