PocketTags

Adds tags to articles in Pocket base on configurable rules

什么是PocketTags?

PocketTags是由Przemysław Rumik开发的Chrome扩展程序,该扩展的主要功能是“Adds tags to articles in Pocket base on configurable rules”。

扩展截图

screenshot

下载PocketTags扩展crx文件

下载PocketTags扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PocketTags PocketTags
ID pajmfleghibikehgnindbajeiffijlgd
官方URL https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd
简介 Adds tags to articles in Pocket base on configurable rules
文件大小 1.28 MB
安装次数 55
当前版本 0.0.5.2
更新时间 2019-04-27
上架时间 2019-04-27
评分 5.00/5 共1次评分
开发者 Przemysław Rumik
付费类型 free
支持的语言 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"
        }
    }
}