PocketTags

Adds tags to articles in Pocket base on configurable rules

Wat is PocketTags?

PocketTags is een Chrome-extensie ontwikkeld door Przemysław Rumik, en de belangrijkste functie is "Adds tags to articles in Pocket base on configurable rules".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PocketTags

Download PocketTags-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PocketTags PocketTags
ID pajmfleghibikehgnindbajeiffijlgd
Officiële URL https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd
Beschrijving Adds tags to articles in Pocket base on configurable rules
Bestandsgrootte 1.28 MB
Aantal Installaties 55
Huidige Versie 0.0.5.2
Laatst Bijgewerkt 2019-04-27
Publicatiedatum 2019-04-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Przemysław Rumik
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}