Insert Signature

Insert a signature into a text field.

Insert Signature क्या है?

Insert Signature Nick Dollimount द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Insert a signature into a text field."।

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

screenshot
screenshot

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

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

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

                        Insert a predefined signature text block to any text field.
Signature is placed at the cursor location.                    

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

नाम Insert Signature Insert Signature
ID popjgphflfnpefcncljdkaenmellboei
आधिकारिक URL https://chrome.google.com/webstore/detail/insert-signature/popjgphflfnpefcncljdkaenmellboei
विवरण Insert a signature into a text field.
फ़ाइल का आकार 23.16 KB
स्थापना संख्या 8,973
वर्तमान संस्करण 0.0.0.5
अंतिम अपडेट 2014-07-29
प्रकाशन तिथि 2014-07-29
रेटिंग 3.09/5 कुल 11 रेटिंग्स
डेवलपर Nick Dollimount
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insert Signature",
    "description": "Insert a signature into a text field.",
    "version": "0.0.0.5",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": "128x128.png",
        "default_title": "Insert Signature Options",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "backgroundScript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}