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