Copy Plain Text
Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
Co to jest Copy Plain Text?
Copy Plain Text to rozszerzenie Chrome opracowane przez Dima PM, a jego główną funkcją jest „Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy Plain Text
Pobierz pliki rozszerzeń Copy Plain 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
Podstawowe informacje o rozszerzeniu
Nazwa | Copy Plain Text |
ID | nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
Oficjalny URL | https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
Opis | Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option. |
Rozmiar pliku | 5.81 KB |
Liczba instalacji | 2,616 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2016-12-18 |
Data Publikacji | 2016-12-18 |
Ocena | 4.54/5 Łącznie 13 Oceny |
Deweloper | Dima PM |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dima PM", "manifest_version": 2, "name": "Copy Plain Text", "version": "0.3", "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.", "browser_action": [], "background": { "page": "background.html", "persistent": false }, "permissions": [ "storage", "activeTab", "contextMenus" ] } |