atoyomi - Read later
Save the web page temporarily for later reading.
什麼是atoyomi - Read later?
atoyomi - Read later是由kokushin開發的Chrome擴展程式,該擴展的主要功能是“Save the web page temporarily for later reading.”。
擴展截圖
下載atoyomi - Read later擴展crx文件
下載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 |
官方網址 | 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" ] } |