Reading List

A read-it-later browser extension for people with overly ambitious bookmarking habits.

Reading List là gì?

Reading List là một tiện ích mở rộng Chrome được phát triển bởi http://emanuelfeld.github.io, và tính năng chính của nó là "A read-it-later browser extension for people with overly ambitious bookmarking habits.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reading List

Tải xuống các tệp mở rộng Reading List 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

                        * All links are removed after a week, so either read it or forget about it

* Pages bookmarked on the same day are grouped together

* New bookmarks are placed at the bottom, rather than the top, so you are less distracted by flashy new links

* URLs are backed up to the Internet Archive automatically                    

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

Tên Reading List Reading List
ID doaafjmonnoioanhdjllgjofacelikhl
URL Chính Thức https://chrome.google.com/webstore/detail/reading-list/doaafjmonnoioanhdjllgjofacelikhl
Mô tả A read-it-later browser extension for people with overly ambitious bookmarking habits.
Kích Thước Tệp 17.24 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2018-01-09
Ngày Phát Hành 2018-01-09
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://emanuelfeld.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/emanuelfeld/reading-list
URL Trang Trợ Giúp https://github.com/emanuelfeld/reading-list
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading List",
    "version": "0.4",
    "description": "A read-it-later browser extension for people with overly ambitious bookmarking habits.",
    "author": "Emanuel Feld",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        "popup.html",
        "index.html",
        "js\/index.js",
        "js\/popup.js"
    ],
    "permissions": [
        "https:\/\/web.archive.org\/*",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Reading List",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    }
}