Copy Element Text
Copies the text inside elements
Co to jest Copy Element Text?
Copy Element Text to rozszerzenie Chrome opracowane przez mistweaver.co, a jego główną funkcją jest „Copies the text inside elements”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy Element Text
Pobierz pliki rozszerzeń Copy Element 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
Enables you to copy the text of an element within the context menu. Just right click on the link and select "Copy element text". Full source-code available here: https://github.com/mistweaverco/copy-element-text If you're looking for a "copy a link text" extension, head over to the companion extension here: Copy Link Text https://chrome.google.com/webstore/detail/copy-link-text/loeniidbmeohdlmipbpkfmiogbcncibh?hl=en
Podstawowe informacje o rozszerzeniu
Nazwa | Copy Element Text |
ID | lejdjhmnhlhjhfmcalaimioiogkibdea |
Oficjalny URL | https://chromewebstore.google.com/detail/copy-element-text/lejdjhmnhlhjhfmcalaimioiogkibdea |
Opis | Copies the text inside elements |
Rozmiar pliku | 41.63 KB |
Liczba instalacji | 564 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-10-19 |
Data Publikacji | 2022-10-03 |
Ocena | 3.60/5 Łącznie 5 Oceny |
Deweloper | mistweaver.co |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Element Text", "version": "1.0.0", "description": "Copies the text inside elements", "default_locale": "en", "icons": { "16": "icons\/icon-32.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "permissions": [ "contextMenus" ], "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ " |