Magic Button

Automagically generate Zawgyi/Unicode version of text in browser.

Magic Button क्या है?

Magic Button https://swanhtetaung.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automagically generate Zawgyi/Unicode version of text in browser."।

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

screenshot
screenshot

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

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

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

                        Automagically generate Zawgyi/Unicode version of your facebook status in your browser.

Change Log:

v1.1.0
-------
- Cleaner encoding tags.
- Generated encoding text will append after the original text.

v1.0.1
-------
- Fix button interfering in chatbox textarea

v1.0.0
-------
- Fix bugs

v0.1.0
-------
- Now you don't have to choose conversion type. We will do it for you. (Add ability to detect Zawgyi/Unicode automagically)
- Bug fixes

Magic is an open source project licensed under GNU General Public License. You may obtain a copy of the License at http://www.gnu.org/licenses/.
You can contribute to the project in github : https://github.com/swanhtet1992/MagicButton                    

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

नाम Magic Button Magic Button
ID anonbddkeifgmiekhengieaajehcpdcg
आधिकारिक URL https://chromewebstore.google.com/detail/magic-button/anonbddkeifgmiekhengieaajehcpdcg
विवरण Automagically generate Zawgyi/Unicode version of text in browser.
फ़ाइल का आकार 23.74 KB
स्थापना संख्या 183
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2019-03-05
प्रकाशन तिथि 2019-03-05
रेटिंग 4.50/5 कुल 8 रेटिंग्स
डेवलपर https://swanhtetaung.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/swanhtet1992/MagicButton
सहायता पृष्ठ URL https://github.com/swanhtet1992/MagicButton/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js",
                "scripts\/converter.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "templates\/magic.html"
    ]
}