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
官方網址 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"
        }
    }
}