atoyomi - Read later
Save the web page temporarily for later reading.
atoyomi - Read laterคืออะไร?
atoyomi - Read later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kokushin และคุณลักษณะหลักของมันคือ "Save the web page temporarily for later reading."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย atoyomi - Read later
ดาวน์โหลดไฟล์ส่วนขยาย atoyomi - Read later ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: - Save the title and URL of the currently open page - Automatically delete data when accessing the saved page again - User registration is unnecessary and can be used immediately - With a button that can be shared on Twitter Usage: After adding the extended function, click on the "atoyomi" icon to open the popup. By pressing the "Read Later" button, the currently open page will be saved to the bottom list. By clicking the page title added to the list, you can easily move to that page and you can restart browsing. If you press "tweet" button, you can share "Read this page later" to the follower. Enjoy ;)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | atoyomi - Read later |
ID | bijbpdfpldnfnponpjmnhmmhgildmgga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/atoyomi-read-later/bijbpdfpldnfnponpjmnhmmhgildmgga |
คำอธิบาย | Save the web page temporarily for later reading. |
ขนาดไฟล์ | 10.93 KB |
จำนวนการติดตั้ง | 523 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2017-12-11 |
วันที่เผยแพร่ | 2017-12-10 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | kokushin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kokushin/atoyomi |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "ja", "name": "__MSG_extName__", "version": "1.2.1", "description": "__MSG_extDescription__", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_extDefaultTitle__", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |