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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}