Fix my Title
Enter your title and it will be corrected as you type!
Co to jest Fix my Title?
Fix my Title to rozszerzenie Chrome opracowane przez https://tylucaskelley.com, a jego główną funkcją jest „Enter your title and it will be corrected as you type!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fix my Title
Pobierz pliki rozszerzeń Fix my Title w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
Oficjalny URL | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
Opis | Enter your title and it will be corrected as you type! |
Rozmiar pliku | 108 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2014-11-13 |
Data Publikacji | 2014-11-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://tylucaskelley.com |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/tylucaskelley/fix-my-title |
Adres URL Strony Pomocy | https://github.com/tylucaskelley/fix-my-title |
Obsługiwane Języki | 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" } } |