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 |
官方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" ] } |