New Tab - Pocketizer

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

What is New Tab - Pocketizer?

New Tab - Pocketizer is a Chrome extension developed by @glukmann, and its main feature is "Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download New Tab - Pocketizer Extension CRX File

Download New Tab - Pocketizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name New Tab - Pocketizer New Tab - Pocketizer
ID ikndkhohinloomoacdggllledgjehkcf
Official URL https://chromewebstore.google.com/detail/new-tab-pocketizer/ikndkhohinloomoacdggllledgjehkcf
Description Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab.
File Size 84.01 KB
Installation Count 339
Current Version 2.0.1
Last Updated 2023-02-01
Publish Date 2020-04-25
Rating 4.33/5 Total 18 Ratings
Developer @glukmann
Email [email protected]
Payment Type free
Extension Website https://gglukmann.github.io/pocketizer
Help Page URL https://github.com/gglukmann/pocketizer
Supported Languages 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": [
        ""
    ]
}