PocketTags

Adds tags to articles in Pocket base on configurable rules

Vad är PocketTags?

PocketTags är en Chrome-tillägg utvecklad av Przemysław Rumik, och dess huvudfunktion är "Adds tags to articles in Pocket base on configurable rules".

Tilläggsskärmbilder

screenshot

Ladda ner PocketTags-förlängningens CRX-fil

Ladda ner PocketTags-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PocketTags PocketTags
ID pajmfleghibikehgnindbajeiffijlgd
Officiell webbadress https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd
Beskrivning Adds tags to articles in Pocket base on configurable rules
Filstorlek 1.28 MB
Antal Installationer 55
Aktuell Version 0.0.5.2
Senast Uppdaterad 2019-04-27
Publiceringsdatum 2019-04-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Przemysław Rumik
Betalningssätt free
Stödda Språk 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"
        }
    }
}