PocketTags

Adds tags to articles in Pocket base on configurable rules

O que é PocketTags?

PocketTags é uma extensão do Chrome desenvolvida por Przemysław Rumik, e sua principal característica é "Adds tags to articles in Pocket base on configurable rules".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PocketTags

Baixe arquivos de extensão PocketTags no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PocketTags PocketTags
ID pajmfleghibikehgnindbajeiffijlgd
URL Oficial https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd
Descrição Adds tags to articles in Pocket base on configurable rules
Tamanho do Arquivo 1.28 MB
Contagem de Instalações 55
Versão Atual 0.0.5.2
Última Atualização 2019-04-27
Data de Publicação 2019-04-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Przemysław Rumik
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}