Yandex spell checker
Проверка орфографии на сайте
Cos'è Yandex spell checker?
Yandex spell checker è un'estensione di Chrome sviluppata da Astramak, e la sua funzione principale è "Проверка орфографии на сайте".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yandex spell checker
Scarica i file di estensione Yandex spell checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Проверка орфографии на сайте с подсветкой ошибок (не в формах ввода).
Используется API яндекс спеллера Informazioni di Base sull'Estensione
| Nome | |
| ID | fcgealmjicldkjfnjkgnfoofjkpomplo |
| URL Ufficiale | https://chromewebstore.google.com/detail/yandex-spell-checker/fcgealmjicldkjfnjkgnfoofjkpomplo |
| Descrizione | Проверка орфографии на сайте |
| Dimensione del File | 53.84 KB |
| Conteggio Installazioni | 4,377 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2017-04-10 |
| Data di Pubblicazione | 2017-04-10 |
| Valutazione | 4.14/5 Totale 7 Valutazioni |
| Sviluppatore | Astramak |
| Tipo di Pagamento | free |
| Lingue Supportate | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Yandex spell checker",
"version": "1.1.0",
"minimum_chrome_version": "20.0",
"description": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0440\u0444\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435",
"background": {
"page": "html\/background.html"
},
"icons": {
"48": "images\/icon48x48.png",
"128": "images\/icon128x128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon19x19.png",
"38": "images\/icon38x38.png"
},
"default_title": "Yandex Speller",
"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:\/\/*\/*"
]
} | |