PocketTags

Adds tags to articles in Pocket base on configurable rules

Was ist PocketTags?

PocketTags ist eine Chrome-Erweiterung, die von Przemysław Rumik entwickelt wurde, und ihr Hauptmerkmal ist "Adds tags to articles in Pocket base on configurable rules".

Erweiterungsscreenshots

screenshot

PocketTags-Erweiterungs-CRX-Datei herunterladen

Laden Sie PocketTags-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PocketTags PocketTags
ID pajmfleghibikehgnindbajeiffijlgd
Offizielle URL https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd
Beschreibung Adds tags to articles in Pocket base on configurable rules
Dateigröße 1.28 MB
Installationsanzahl 55
Aktuelle Version 0.0.5.2
Letztes Update 2019-04-27
Veröffentlichungsdatum 2019-04-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Przemysław Rumik
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}