Read Later Bookmarks

Read later view addon for chrome bookmarks

Read Later Bookmarks란 무엇입니까?

Read Later Bookmarks은(는) readlaterbookmarks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read later view addon for chrome bookmarks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Read Later Bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Turn your bookmarks into a read later reader without relying on any third party applications! Click on the extension icon to open its menu and start adding bookmarks as read later pages!

Features
- Add bookmarks as read later pages
- Archive visited bookmarks to native chrome bookmark manager
- Search and sort bookmarks in read later view
- Archive or delete after visiting a bookmark
- Export to Pocket and Instapaper
- Bulk actions: archive, export, delete

Planned Features
- Assign and manage tags

*** This extension relies on the use of the bookmark folder "Read Later Bookmarks" under "Other bookmarks". Please do not modify the folder and its contents to ensure functionality. ***

This extension is open sourced at https://github.com/XcrossD/read-later-bookmarks.

Bookmark icon by Icons8
Pocket icons created by Pixel perfect - Flaticon
Instapaper icons created by pictogramer - Flaticon                    

확장 프로그램 기본 정보

이름 Read Later Bookmarks Read Later Bookmarks
ID idbfabodbjebjbhimhgfonhhbjlilffb
공식 URL https://chromewebstore.google.com/detail/read-later-bookmarks/idbfabodbjebjbhimhgfonhhbjlilffb
설명 Read later view addon for chrome bookmarks
파일 크기 3 MB
설치 횟수 32
현재 버전 1.1.1
최근 업데이트 2022-06-21
출시 날짜 2022-06-08
개발자 readlaterbookmarks
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Later Bookmarks",
    "description": "Read later view addon for chrome bookmarks",
    "version": "1.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons8-bookmark-16.png",
        "48": "icons8-bookmark-48.png",
        "128": "icons8-bookmark-128.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Click to add page to read later bookmarks",
        "default_popup": "build\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "build\/options.html"
}