PocketTags

Adds tags to articles in Pocket base on configurable rules

Cos'è PocketTags?

PocketTags è un'estensione di Chrome sviluppata da Przemysław Rumik, e la sua funzione principale è "Adds tags to articles in Pocket base on configurable rules".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PocketTags

Scarica i file di estensione PocketTags 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

                        Do you use filters in GMAIL or other mail program?
Now you can use similar approach for adding Tags to posts in your Pocket.

Simply click Add Rule, and create new rule, with Tag name, info if rule is for title of post, or link address, next put words which should be prosent, and those which shouldn't.                    

Informazioni di Base sull'Estensione

Nome PocketTags PocketTags
ID pajmfleghibikehgnindbajeiffijlgd
URL Ufficiale https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd
Descrizione Adds tags to articles in Pocket base on configurable rules
Dimensione del File 1.28 MB
Conteggio Installazioni 55
Versione Corrente 0.0.5.2
Ultimo Aggiornamento 2019-04-27
Data di Pubblicazione 2019-04-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Przemysław Rumik
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PocketTags",
    "version": "0.0.5.2",
    "description": "Adds tags to articles in Pocket base on configurable rules",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "declarativeContent",
        "identity"
    ],
    "web_accessible_resources": [
        "oauth.html",
        "oauth.js"
    ],
    "page_action": {
        "default_title": "PocketTags settings",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "tag16.png",
            "38": "tag32.png"
        }
    }
}