atoyomi - Read later

Save the web page temporarily for later reading.

atoyomi - Read later là gì?

atoyomi - Read later là một tiện ích mở rộng Chrome được phát triển bởi kokushin, và tính năng chính của nó là "Save the web page temporarily for later reading.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng atoyomi - Read later

Tải xuống các tệp mở rộng atoyomi - Read later dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 ;)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên atoyomi - Read later atoyomi - Read later
ID bijbpdfpldnfnponpjmnhmmhgildmgga
URL Chính Thức https://chromewebstore.google.com/detail/atoyomi-read-later/bijbpdfpldnfnponpjmnhmmhgildmgga
Mô tả Save the web page temporarily for later reading.
Kích Thước Tệp 10.93 KB
Số Lần Cài Đặt 523
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2017-12-11
Ngày Phát Hành 2017-12-10
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển kokushin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kokushin/atoyomi
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}