PocketTags

Adds tags to articles in Pocket base on configurable rules

¿Qué es PocketTags?

PocketTags es una extensión de Chrome desarrollada por Przemysław Rumik, y su función principal es "Adds tags to articles in Pocket base on configurable rules".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PocketTags

Descarga archivos de extensión PocketTags en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PocketTags PocketTags
ID pajmfleghibikehgnindbajeiffijlgd
URL Oficial https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd
Descripción Adds tags to articles in Pocket base on configurable rules
Tamaño del Archivo 1.28 MB
Cantidad de Instalaciones 55
Versión Actual 0.0.5.2
Última Actualización 2019-04-27
Fecha de Publicación 2019-04-27
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Przemysław Rumik
Tipo de Pago free
Idiomas Soportados 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"
        }
    }
}