Replace Text
Adds replace text to context menu.
Co to jest Replace Text?
Replace Text to rozszerzenie Chrome opracowane przez Danny Keeley, a jego główną funkcją jest „Adds replace text to context menu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Replace Text
Pobierz pliki rozszerzeń Replace Text 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
Right click on some text and choose Replace Text to begin! Can also solve maths if in (brackets) ## Updates ## v0.2 Styling and bug fixes (May 2021)
Podstawowe informacje o rozszerzeniu
Nazwa | Replace Text |
ID | jgghhonicjikbioneblcjhoghndmmcba |
Oficjalny URL | https://chromewebstore.google.com/detail/replace-text/jgghhonicjikbioneblcjhoghndmmcba |
Opis | Adds replace text to context menu. |
Rozmiar pliku | 10.45 KB |
Liczba instalacji | 27 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2021-05-10 |
Data Publikacji | 2021-05-08 |
Deweloper | Danny Keeley |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Replace Text", "version": "0.2", "description": "Adds replace text to context menu.", "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-32.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |