New Tab - Pocketizer

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

Cos'è New Tab - Pocketizer?

New Tab - Pocketizer è un'estensione di Chrome sviluppata da @glukmann, e la sua funzione principale è "Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione New Tab - Pocketizer

Scarica i file di estensione New Tab - Pocketizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome New Tab - Pocketizer New Tab - Pocketizer
ID ikndkhohinloomoacdggllledgjehkcf
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-pocketizer/ikndkhohinloomoacdggllledgjehkcf
Descrizione Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab.
Dimensione del File 84.01 KB
Conteggio Installazioni 339
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-02-01
Data di Pubblicazione 2020-04-25
Valutazione 4.33/5 Totale 18 Valutazioni
Sviluppatore @glukmann
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gglukmann.github.io/pocketizer
URL della Pagina di Aiuto https://github.com/gglukmann/pocketizer
Lingue Supportate 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": [
        ""
    ]
}