PocketTags

Adds tags to articles in Pocket base on configurable rules

PocketTags là gì?

PocketTags là một tiện ích mở rộng Chrome được phát triển bởi Przemysław Rumik, và tính năng chính của nó là "Adds tags to articles in Pocket base on configurable rules".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PocketTags

Tải xuống các tệp mở rộng PocketTags dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PocketTags PocketTags
ID pajmfleghibikehgnindbajeiffijlgd
URL Chính Thức https://chrome.google.com/webstore/detail/pockettags/pajmfleghibikehgnindbajeiffijlgd
Mô tả Adds tags to articles in Pocket base on configurable rules
Kích Thước Tệp 1.28 MB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.0.5.2
Cập Nhật Lần Cuối 2019-04-27
Ngày Phát Hành 2019-04-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Przemysław Rumik
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}