Ctrl-C
Copy text from phone to your desktop
Co to jest Ctrl-C?
Ctrl-C to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Copy text from phone to your desktop”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ctrl-C
Pobierz pliki rozszerzeń Ctrl-C 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
This is the web client for the android app which lets you copy text from your mobile phone to your computer. And it doesn't require any passwords ,just scan the Qr Code on this extension using the mobile app and you are all set to past and copy from you computer. This is useful especially when you are browsing through an article that you see a sentence that you want on you MS-Word document or otherwise you registered on a website in your computer and the otp gets sent to your phone .Just scan the Qr Code and you are all set to go
Podstawowe informacje o rozszerzeniu
Nazwa | Ctrl-C |
ID | ecbbmhjapboknlbhhfnnlabpenjkojli |
Oficjalny URL | https://chromewebstore.google.com/detail/ctrl-c/ecbbmhjapboknlbhhfnnlabpenjkojli |
Opis | Copy text from phone to your desktop |
Rozmiar pliku | 624 KB |
Liczba instalacji | 81 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2020-06-12 |
Data Publikacji | 2020-06-12 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ctrl-C", "description": "Copy text from phone to your desktop", "version": "0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html", "default_title": "Open App" }, "content_security_policy": "script-src 'self' 'sha256-oXsdgxlwhfOerH3efXcPhXnjbaa6959DMUeatGKUJwA='; object-src 'self'", "permissions": [] } |