iKorektor
Sprawdzanie pisowni i korekta tekstu w języku polskim.
What is iKorektor?
iKorektor is a Chrome extension developed by https://ikorektor.pl, and its main feature is "Sprawdzanie pisowni i korekta tekstu w języku polskim.".
Extension Screenshots
Download iKorektor Extension CRX File
Download iKorektor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Dodatek do przeglądarki bazujący na narzędziu do sprawdzania pisowni i autokorekty tekstu w języku polskim iKorektor. Szczegółowo działanie dodatku zostało opisane na stronie https://ikorektor.pl/dodatki
Extension Basic Information
Name | iKorektor |
ID | kmmefoagengbhadldokpjbkppebklema |
Official URL | https://chromewebstore.google.com/detail/ikorektor/kmmefoagengbhadldokpjbkppebklema |
Description | Sprawdzanie pisowni i korekta tekstu w języku polskim. |
File Size | 58.32 KB |
Installation Count | 3,143 |
Current Version | 1.1.1 |
Last Updated | 2024-02-04 |
Publish Date | 2020-01-09 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://ikorektor.pl |
[email protected] | |
Payment Type | free |
Extension Website | https://ikorektor.pl/dodatki |
Privacy Policy Page URL | https://ikorektor.pl/regulamin |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iKorektor", "version": "1.1.1", "description": "Sprawdzanie pisowni i korekta tekstu w j\u0119zyku polskim.", "homepage_url": "https:\/\/ikorektor.pl", "icons": { "48": "img\/logo-48x48.png", "96": "img\/logo-96x96.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "19": "img\/logo-19x19.png", "38": "img\/logo-38x38.png" }, "default_title": "iKorektor", "default_popup": "views\/options.html" }, "permissions": [ "storage", "activeTab", "contextMenus", "scripting" ], "optional_permissions": [ "clipboardRead" ], "host_permissions": [ "https:\/\/api.ikorektor.pl\/", "https:\/\/ikorektor.pl\/" ], "web_accessible_resources": [ { "resources": [ "img\/*", "views\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_ui": { "page": "views\/options.html" }, "commands": { "ikorektor": { "suggested_key": { "default": "Ctrl+Space", "mac": "MacCtrl+Space" }, "description": "Aktywuj iKorektor" } } } |