Fix my Title
Enter your title and it will be corrected as you type!
Fix my Title क्या है?
Fix my Title https://tylucaskelley.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enter your title and it will be corrected as you type!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fix my Title एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
आधिकारिक URL | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
विवरण | Enter your title and it will be corrected as you type! |
फ़ाइल का आकार | 108 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2014-11-13 |
प्रकाशन तिथि | 2014-11-13 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://tylucaskelley.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tylucaskelley/fix-my-title |
सहायता पृष्ठ URL | https://github.com/tylucaskelley/fix-my-title |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix my Title", "description": "Enter your title and it will be corrected as you type!", "version": "1.2", "icons": { "128": "img\/icon.png" }, "browser_action": { "default_title": "Fix my Title", "default_icon": "img\/icon.png", "default_popup": "index.html" } } |