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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    }
}