Magic Button

Automagically generate Zawgyi/Unicode version of text in browser.

Qu'est-ce que Magic Button ?

Magic Button est une extension Chrome développée par https://swanhtetaung.com, et sa fonction principale est "Automagically generate Zawgyi/Unicode version of text in browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Magic Button

Téléchargez les fichiers d'extension Magic Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Magic Button Magic Button
ID anonbddkeifgmiekhengieaajehcpdcg
URL Officiel https://chromewebstore.google.com/detail/magic-button/anonbddkeifgmiekhengieaajehcpdcg
Description Automagically generate Zawgyi/Unicode version of text in browser.
Taille du Fichier 23.74 KB
Nombre d'Installations 183
Version Actuelle 1.1.0
Dernière Mise à Jour 2019-03-05
Date de Publication 2019-03-05
Évaluation 4.50/5 Total 8 Évaluations
Développeur https://swanhtetaung.com
Type de Paiement free
Site Web de l'Extension https://github.com/swanhtet1992/MagicButton
URL de la Page d'Aide https://github.com/swanhtet1992/MagicButton/issues
Langues Prises en Charge 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"
    ]
}