Copy Element Text
Copies the text inside elements
Vad är Copy Element Text?
Copy Element Text är en Chrome-tillägg utvecklad av mistweaver.co, och dess huvudfunktion är "Copies the text inside elements".
Tilläggsskärmbilder
Ladda ner Copy Element Text-förlängningens CRX-fil
Ladda ner Copy Element Text-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | lejdjhmnhlhjhfmcalaimioiogkibdea |
| Officiell webbadress | https://chromewebstore.google.com/detail/copy-element-text/lejdjhmnhlhjhfmcalaimioiogkibdea |
| Beskrivning | Copies the text inside elements |
| Filstorlek | 41.63 KB |
| Antal Installationer | 564 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2022-10-19 |
| Publiceringsdatum | 2022-10-03 |
| Betyg | 3.60/5 Totalt 5 Betyg |
| Utvecklare | mistweaver.co |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
" | |