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

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

확장 프로그램 사용 설명서

                        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'"
    }
}