Spellinger
Spellinger - spelling out site content
Spellinger क्या है?
Spellinger sergo.labar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spellinger - spelling out site content"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spellinger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Check the spelling of the site content. The extension allows you to find spelling errors on the pages of the site. A very useful extension for web developers. Supports 3 languages: Russian, Ukrainian and English.
एक्सटेंशन की मूल जानकारी
नाम | Spellinger |
ID | ebldcekbhkmgibmbleabdbapkhhhdjib |
आधिकारिक URL | https://chromewebstore.google.com/detail/spellinger/ebldcekbhkmgibmbleabdbapkhhhdjib |
विवरण | Spellinger - spelling out site content |
फ़ाइल का आकार | 133 KB |
स्थापना संख्या | 1,129 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2017-04-18 |
प्रकाशन तिथि | 2017-04-18 |
रेटिंग | 3.25/5 कुल 8 रेटिंग्स |
डेवलपर | sergo.labar |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "version": "1.0.6", "default_locale": "ru", "minimum_chrome_version": "20.0", "description": "__MSG_description__", "background": { "page": "html\/background.html" }, "icons": { "48": "images\/icon48x48.png", "128": "images\/128x128cuted.png" }, "browser_action": { "default_icon": { "19": "images\/icon19x19.png", "38": "images\/icon38x38.png" }, "default_title": "Spellinger", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/libs\/jquery-1.10.2.min.js", "js\/libs\/jquery.scrollTo.min.js", "js\/dist\/content-script.js" ] } ], "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |