ChromeDash

Enter dashes, accents, Greek letters, or alias in general—quickly!

ChromeDash क्या है?

ChromeDash https://theofekfoundation.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enter dashes, accents, Greek letters, or alias in general—quickly!"।

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

screenshot

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

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

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

                        A custom, all-purpose, word aliaser!

You can now create your own aliases in addition to en and em dashes!
Moreover, the extension comes with built-in alias packs, including Greek, accents, and math symbols!

Simply enter two dashes (hyphens) for an en–dash, and three for an em–dash! This can be changed, as can all other aliases you make!

This works nearly anywhere, in google, hangouts, messenger, facebook, etc.

If it doesn't work on a site that you use, be sure to report a bug, or contact us!

Feel free to send feedback or issues, or ask for increased dash functionality!

Thanks so much for your support!                    

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

नाम ChromeDash ChromeDash
ID bbpiealmmbiefhppikadopbljoppcnoa
आधिकारिक URL https://chromewebstore.google.com/detail/chromedash/bbpiealmmbiefhppikadopbljoppcnoa
विवरण Enter dashes, accents, Greek letters, or alias in general—quickly!
फ़ाइल का आकार 56.93 KB
स्थापना संख्या 1,776
वर्तमान संस्करण 2.0.5
अंतिम अपडेट 2016-12-13
प्रकाशन तिथि 2016-12-12
रेटिंग 4.19/5 कुल 16 रेटिंग्स
डेवलपर https://theofekfoundation.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://blog.theofekfoundation.org/google-development/2016/02/05/how-I-created-chromedash/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChromeDash",
    "short_name": "ChromeDash",
    "version": "2.0.5",
    "description": "Enter dashes, accents, Greek letters, or alias in general\u2014quickly!",
    "browser_action": {
        "default_icon": "browsericon.png",
        "default_popup": "browserpopup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "ChromeDash16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "author": "Ofek Gila",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "general.js",
                "content.js"
            ]
        }
    ]
}