TXTPEN Web Pen

txtpen learns the way you highlight the web

TXTPEN Web Pen क्या है?

TXTPEN Web Pen http://txtpen.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "txtpen learns the way you highlight the web"।

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

screenshot
screenshot

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

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

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

                                            

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

नाम TXTPEN Web Pen TXTPEN Web Pen
ID cgmgoplajbhiglefllnjknlcjnabimhk
आधिकारिक URL https://chrome.google.com/webstore/detail/txtpen-web-pen/cgmgoplajbhiglefllnjknlcjnabimhk
विवरण txtpen learns the way you highlight the web
फ़ाइल का आकार 18.57 KB
स्थापना संख्या 162
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2018-04-01
प्रकाशन तिथि 2018-04-01
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर http://txtpen.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://txtpen.com
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TXTPEN INJECT"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/txtpen.com; object-src 'self'",
    "description": "txtpen learns the way you highlight the web",
    "homepage_url": "https:\/\/txtpen.com",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "96": "icon96.png"
    },
    "manifest_version": 2,
    "name": "TXTPEN Web Pen",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}