PocketTags

Adds tags to articles in Pocket base on configurable rules

PocketTagsคืออะไร?

PocketTags เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Przemysław Rumik และคุณลักษณะหลักของมันคือ "Adds tags to articles in Pocket base on configurable rules"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PocketTags

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}