Text Convert Case
Convert case, slugify data of the selected text
Co to jest Text Convert Case?
Text Convert Case to rozszerzenie Chrome opracowane przez Genius Lynx, a jego główną funkcją jest „Convert case, slugify data of the selected text”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Text Convert Case
Pobierz pliki rozszerzeń Text Convert Case 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
Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text. Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.
Podstawowe informacje o rozszerzeniu
Nazwa | Text Convert Case |
ID | kledidppeblnjfclciibeaebnnlopgdm |
Oficjalny URL | https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm |
Opis | Convert case, slugify data of the selected text |
Rozmiar pliku | 11.48 KB |
Liczba instalacji | 137 |
Aktualna Wersja | 1.0.0.0 |
Ostatnia Aktualizacja | 2021-12-10 |
Data Publikacji | 2021-12-09 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Genius Lynx |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://geniuslynx.com/privacy-policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Convert Case", "version": "1.0.0.0", "author": "Genius Lynx", "description": "Convert case, slugify data of the selected text", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Text Convert Case" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "script.js" ] }, "manifest_version": 2 } |