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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @glukmann และคุณลักษณะหลักของมันคือ "Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab - Pocketizer

ดาวน์โหลดไฟล์ส่วนขยาย New Tab - Pocketizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
        ""
    ]
}