MyanmarFontTagger
Fill the gap between Zawgyi-One and Unicode
Τι είναι το MyanmarFontTagger;
Το MyanmarFontTagger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thantthet, και η κύρια λειτουργία του είναι "Fill the gap between Zawgyi-One and Unicode".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MyanmarFontTagger
Λήψη αρχείων επέκτασης MyanmarFontTagger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        In the meantime, Burmese web contents are written using Zawgyi-One or Unicode. Most people have a hard time switching to Unicode which is FUTURE PROOF and a STANDARD encoding system. You might have dreamt of using both Zawgyi-One and Unicode at the same time when you browse the web. No problem buddies, you dream came true with this plugin. So just try it out. :)
The extension used encoding detection pattern which based on the script from Ko Ravi
Font Busters - http://userscripts.org/scripts/show/42941                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |  | 
| ID | ildjeipiccodnhbpjebhhodledejdeip | 
| Επίσημο URL | https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip | 
| Περιγραφή | Fill the gap between Zawgyi-One and Unicode | 
| Μέγεθος Αρχείου | 7.6 KB | 
| Αριθμός Εγκαταστάσεων | 2,859 | 
| Τρέχουσα Έκδοση | 2.0.2 | 
| Τελευταία Ενημέρωση | 2013-06-10 | 
| Ημερομηνία Δημοσίευσης | 2013-06-10 | 
| Αξιολόγηση | 4.30/5 Συνολικά 80 Αξιολογήσεις | 
| Προγραμματιστής | thantthet | 
| Τύπος Πληρωμής | free | 
| Υποστηριζόμενες Γλώσσες | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyanmarFontTagger",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Fill the gap between Zawgyi-One and Unicode",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
} | |