aesthesia
Make your text aesthetic
aesthesia क्या है?
aesthesia elvinyung1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your text aesthetic"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में aesthesia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Make your text aesthetic. This extension adds a context menu option to make text in input elements Unicode fullwidth.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | hgjllhcagjibfpdlcgkakgnnfhboogoj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj |
विवरण | Make your text aesthetic |
फ़ाइल का आकार | 3.83 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2015-03-04 |
प्रकाशन तिथि | 2015-03-04 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | elvinyung1 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "aesthesia", "description": "Make your text \uff41\uff45\uff53\uff54\uff48\uff45\uff54\uff49\uff43", "version": "1.0.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |