Chrome Reading List 2 ❤

Reading list of pages or articles to be read later

什么是Chrome Reading List 2 ❤?

Chrome Reading List 2 ❤是由elgervb开发的Chrome扩展程序,该扩展的主要功能是“Reading list of pages or articles to be read later”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Chrome Reading List 2 ❤扩展crx文件

下载Chrome Reading List 2 ❤扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Google Chrome Extension to keep track of your readinglist. Add pages or links to your readinglist for later reading.
Review your readinglist from the extension popup in the top right corner of your screen.
When signed in, the readinglist can be synced to your account, so you can use it on other devices as well.

Read an item by clicking on the item in the popup. This will remove the item from the list, reducing the length of the readinglist with each click.

Find a readinglist item by filtering or sorting, or just pick a random readinglist item by clicking the 'random' button.

If you have any questions or suggestions, please don't hesitate to contact me. You can contact me through the support section of this plugin in the Chrome web store.

NOTE: this extension is free of charge and does not contain any ads.

Permission needed for:
- bookmarks: we store all reading list items in a separate bookmarks folder. This will also enable auto syncing when signing into Chrome
- tabs: when adding a reading list item, we need to read the url and the title of the active tab
- storage: remember filters, so next time you open the extension, it looks exactly like you left it previously                    

扩展基本信息

名称 Chrome Reading List 2 ❤ Chrome Reading List 2 ❤
ID kdapifmgfmpofpeoehdelijjcdpmgdja
官方URL https://chromewebstore.google.com/detail/chrome-reading-list-2-%E2%9D%A4/kdapifmgfmpofpeoehdelijjcdpmgdja
简介 Reading list of pages or articles to be read later
文件大小 127 KB
安装次数 770
当前版本 0.3.8
更新时间 2022-01-28
上架时间 2020-07-04
评分 3.73/5 共11次评分
开发者 elgervb
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/elgervb/chrome-readinglist2
帮助页面URL https://github.com/elgervb/chrome-readinglist2/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Reading List 2 \u2764",
    "description": "Reading list of pages or articles to be read later",
    "version": "0.3.8",
    "permissions": [
        "bookmarks",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_title": "Reading list",
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}