Expanded Reading List

The Expanded Reading list helps you to store links to wepsites for a later use

什麼是Expanded Reading List?

Expanded Reading List是由shza.dev開發的Chrome擴展程式,該擴展的主要功能是“The Expanded Reading list helps you to store links to wepsites for a later use”。

擴展截圖

screenshot
screenshot

下載Expanded Reading List擴展crx文件

下載Expanded Reading List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This exstention saves links to pages for a later use.

This readinglist and bookmark exstention is simple and easy to use. You can easily find the link you are looking for by using the search functionality, which helps keep your tab count down.

By turning on chrome synchronization your saved links from one device will be automaticly be shown to you on all your devices.

How to use the exstention:

1. Go to the page youn want to save for later
2. Open the exstention by clicking on the icon in the top right of your browser.
3. Click the add current page button.
4. When you want to open a page, click the reading item you want to read.
(If you cannot find it, you can use the search bar)
5. When you are done with a page, just click the - X - in the right cornor of the reading item                    

擴展基本資訊

名稱 Expanded Reading List Expanded Reading List
ID hmcafagfodljgndoicfhobgnlampagmk
官方網址 https://chromewebstore.google.com/detail/expanded-reading-list/hmcafagfodljgndoicfhobgnlampagmk
簡介 The Expanded Reading list helps you to store links to wepsites for a later use
檔案大小 72.38 KB
安裝次數 40
目前版本 0.0.1
更新時間 2022-05-25
上架時間 2022-05-24
評分 5.00/5 共 2 次評分
開發者 shza.dev
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expanded Reading List",
    "description": "The Expanded Reading list helps you to store links to wepsites for a later use",
    "version": "0.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "Icon16.png",
        "48": "Icon48.png",
        "128": "Icon128.png"
    }
}