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 |
Eメール | [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" ] } |