New Tab - Pocketizer

Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab.

New Tab - Pocketizer란 무엇입니까?

New Tab - Pocketizer은(는) @glukmann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

New Tab - Pocketizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Unofficial Pocket new tab extension for Chrome

Get your Pocket list and archive right on your Chrome browser new tab.

You can mark your items as read, delete them or add to the favorites list. You can find your items faster with searching over titles and URLs and if you don't have Pocket original extension installed, you can add new links too.

More info about Pocket https://getpocket.com/                    

확장 프로그램 기본 정보

이름 New Tab - Pocketizer New Tab - Pocketizer
ID ikndkhohinloomoacdggllledgjehkcf
공식 URL https://chromewebstore.google.com/detail/new-tab-pocketizer/ikndkhohinloomoacdggllledgjehkcf
설명 Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab.
파일 크기 84.01 KB
설치 횟수 339
현재 버전 2.0.1
최근 업데이트 2023-02-01
출시 날짜 2020-04-25
평점 4.33/5 총 18 개의 평점
개발자 @glukmann
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gglukmann.github.io/pocketizer
도움말 페이지 URL https://github.com/gglukmann/pocketizer
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXTENSION_NAME__",
    "version": "2.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "author": "Gert Gl\u00fckmann @glukmann",
    "homepage_url": "https:\/\/gglukmann.github.io\/pocketizer",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "64": "assets\/images\/icon64.png",
        "128": "assets\/images\/icon128.png",
        "256": "assets\/images\/icon256.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "32": "assets\/images\/icon32.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "assets\/js\/extension\/background.js"
    },
    "permissions": [
        "identity"
    ],
    "host_permissions": [
        ""
    ]
}