PocketTags

Adds tags to articles in Pocket base on configurable rules

Co to jest PocketTags?

PocketTags to rozszerzenie Chrome opracowane przez Przemysław Rumik, a jego główną funkcją jest „Adds tags to articles in Pocket base on configurable rules”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PocketTags

Pobierz pliki rozszerzeń PocketTags w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PocketTags PocketTags
ID pajmfleghibikehgnindbajeiffijlgd
Oficjalny URL https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd
Opis Adds tags to articles in Pocket base on configurable rules
Rozmiar pliku 1.28 MB
Liczba instalacji 55
Aktualna Wersja 0.0.5.2
Ostatnia Aktualizacja 2019-04-27
Data Publikacji 2019-04-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Przemysław Rumik
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}