PocketTags

Adds tags to articles in Pocket base on configurable rules

PocketTags क्या है?

PocketTags Przemysław Rumik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds tags to articles in Pocket base on configurable rules"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PocketTags एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}