Auto Tags for Pocket

Automatically tags based on the contents of the article and saves it on the Pocket.

Auto Tags for Pocket क्या है?

Auto Tags for Pocket http://price-checker.jp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically tags based on the contents of the article and saves it on the Pocket."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Auto Tags for Pocket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automatically tags based on the contents of the article and saves it on the Pocket.
It checks automatically if the article is already in the Pocket.

Privacy Policy https://gist.github.com/panghea/c2a9f707a60b4d3c6e4306236577b585

* Version 1.0.0.9
New features.
supports to favorite tags.
It now checks automatically if the article is already in the Pocket.


* Version 1.0.0.6

Tags form using tag from  recent 20 articles.
Enables manual input.                    

एक्सटेंशन की मूल जानकारी

नाम Auto Tags for Pocket Auto Tags for Pocket
ID jklgiifjpenpbmeffikkoflnefncding
आधिकारिक URL https://chrome.google.com/webstore/detail/auto-tags-for-pocket/jklgiifjpenpbmeffikkoflnefncding
विवरण Automatically tags based on the contents of the article and saves it on the Pocket.
फ़ाइल का आकार 1.97 MB
स्थापना संख्या 460
वर्तमान संस्करण 1.0.0.12
अंतिम अपडेट 2019-04-17
प्रकाशन तिथि 2019-04-11
रेटिंग 4.36/5 कुल 11 रेटिंग्स
डेवलपर http://price-checker.jp
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://price-checker.jp/landing_page/index_en.html
गोपनीयता नीति पृष्ठ URL https://gist.github.com/panghea/c2a9f707a60b4d3c6e4306236577b585
समर्थित भाषाएँ en,ja
manifest.json
{
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "1.0.0.12",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "16": "image\/icon_16.png",
        "48": "image\/icon_48.png",
        "128": "image\/icon_128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "image\/icon_128.png",
        "default_popup": "popup2\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-2.0.0.min.js",
                "lib\/lodash.min.js",
                "common.js",
                "contentscript.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/aukurabe2-hrd.appspot.com https:\/\/stats.g.doubleclick.net https:\/\/ssl.google-analytics.com 'unsafe-eval' https:\/\/aukurabe2-hd.appspot.com ;object-src 'self'",
    "options_page": "options\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications",
        "contextMenus"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "image\/*",
        "*",
        "notify.html"
    ],
    "commands": {
        "_execute_page_action": []
    }
}