Color Text

I don't know why anyone would want to but, this extension replaces ASCII text with colors.

Color Text क्या है?

Color Text dougalg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "I don't know why anyone would want to but, this extension replaces ASCII text with colors."।

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

screenshot

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

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

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

                        It was once said that there was no coherent writing system for any language based on colour. Well now there is?

V 1.3
- Now displays links with a big fat underline
- Now maps ’ to '

V 1.2
- Now matches font size
- Transliterates quotation marks correctly

V 1.1
- Now transliterates more stuff
- Probably no longer removes unicode text from websites

When activated, this will attempt to replace all the ASCII text with colored circles, if for some reason you want to do that. Maybe you want to confuse a colorblind friend, I don't know.

If you have trouble reading it, it's probably because you can't read colors yet. Here are some hints:
1) Vowels have yellow borders
2) Most punctuation are solid circles, the rest are orange bordered
3) Circles with a white or black inside are some kind of parenthesis or bracket
4) Numbers have white or black borders
5) Hover a circle to check the character it replaces
6) Some text may not be replaced with colors
7) May crash some pages (eg. google.com)                    

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

नाम Color Text Color Text
ID cnifglaoapeladeolcfdacofcoaphdgh
आधिकारिक URL https://chromewebstore.google.com/detail/color-text/cnifglaoapeladeolcfdacofcoaphdgh
विवरण I don't know why anyone would want to but, this extension replaces ASCII text with colors.
फ़ाइल का आकार 26 KB
स्थापना संख्या 151
वर्तमान संस्करण 1.3
अंतिम अपडेट 2014-02-27
प्रकाशन तिथि 2014-02-27
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर dougalg
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Dougal Graham - [email protected]",
    "homepage_url": "http:\/\/colortext.tfiaa.com",
    "name": "Color Text",
    "description": "I don't know why anyone would want to but, this extension replaces ASCII text with colors.",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Why?"
    },
    "background": {
        "scripts": [
            "color_script.js"
        ],
        "persistent": false
    }
}