Text Saver
Save texts anytime, anywhere
Co to jest Text Saver?
Text Saver to rozszerzenie Chrome opracowane przez jiacai2050, a jego główną funkcją jest „Save texts anytime, anywhere”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Text Saver
Pobierz pliki rozszerzeń Text Saver 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
A browser extension to save texts anytime, anywhere. Open an issue if you have any suggestions or issues. https://github.com/jiacai2050/text-saver
Podstawowe informacje o rozszerzeniu
Nazwa | Text Saver |
ID | egelicndigijclebpggemngfhpnkeglk |
Oficjalny URL | https://chromewebstore.google.com/detail/text-saver/egelicndigijclebpggemngfhpnkeglk |
Opis | Save texts anytime, anywhere |
Rozmiar pliku | 62.41 KB |
Liczba instalacji | 237 |
Aktualna Wersja | 1.4.2 |
Ostatnia Aktualizacja | 2023-10-08 |
Data Publikacji | 2023-03-11 |
Deweloper | jiacai2050 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jiacai2050/text-saver |
Adres URL Strony Pomocy | https://github.com/jiacai2050/text-saver/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Saver", "version": "1.4.2", "description": "Save texts anytime, anywhere", "homepage_url": "https:\/\/github.com\/jiacai2050\/text-saver", "author": "[email protected]", "action": { "default_title": "Save texts anytime, anywhere", "default_icon": "imgs\/logo.png" }, "icons": { "100": "imgs\/logo.png" }, "options_ui": { "page": "option.html", "open_in_tab": true }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "contextMenus", "notifications", "downloads", "storage", "unlimitedStorage" ], "manifest_version": 3 } |