QuickText

QuickText allows you to simply paste predefined texts into text fields.

QuickText क्या है?

QuickText https://www.pixiz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "QuickText allows you to simply paste predefined texts into text fields."।

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

screenshot
screenshot

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

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

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

                        QuickText allows you to simply paste predefined texts into text fields.                    

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

नाम QuickText QuickText
ID neflkikppleikkghgjheajjpdjaihlch
आधिकारिक URL https://chromewebstore.google.com/detail/quicktext/neflkikppleikkghgjheajjpdjaihlch
विवरण QuickText allows you to simply paste predefined texts into text fields.
फ़ाइल का आकार 27.11 KB
स्थापना संख्या 1,181
वर्तमान संस्करण 0.8
अंतिम अपडेट 2020-05-04
प्रकाशन तिथि 2020-05-03
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर https://www.pixiz.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickText",
    "short_name": "QuickText",
    "version": "0.8",
    "author": "Dady",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    }
}