Copy Fields Data - CTH
Copy Form Fields Data : Name, ID, Address, Links, Text, Image Link and more
Cos'è Copy Fields Data - CTH?
Copy Fields Data - CTH è un'estensione di Chrome sviluppata da C Tech Hindi, e la sua funzione principale è "Copy Form Fields Data : Name, ID, Address, Links, Text, Image Link and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Fields Data - CTH
Scarica i file di estensione Copy Fields Data - CTH in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
# Copy Form Fields Data - CTH
Copy Form Fields Data : `Name`, `ID`, `Address`, `Links`, `Text`, `Image Link` and more
## https://github.com/ctechhindi/Copy-Form-Fields-Data
## Features
* Copy HTML Field's Name (Single and Multiple)
* Copy HTML Field's Id (Single and Multiple)
* Copy HTML Field's Address (Single and Multiple)
## Reporting Issues radioactive
If you have a problem with this plugin or found any bug, please open an issue on GitHub.
## Copyright and License copyright
Code copyright 2020 ctechhindi. Code released under the MIT license. Informazioni di Base sull'Estensione
| Nome | |
| ID | npbkckjnhfooeafhkjfpildbcdinnehg |
| URL Ufficiale | https://chromewebstore.google.com/detail/copy-fields-data-cth/npbkckjnhfooeafhkjfpildbcdinnehg |
| Descrizione | Copy Form Fields Data : Name, ID, Address, Links, Text, Image Link and more |
| Dimensione del File | 1.15 MB |
| Conteggio Installazioni | 280 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2021-07-13 |
| Data di Pubblicazione | 2020-11-17 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | C Tech Hindi |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://ctechhindi.in/extensions/copy-form-fields-data/ |
| URL della Pagina di Aiuto | https://ctechhindi.in/extensions/copy-form-fields-data/#support |
| URL della Pagina della Politica sulla Privacy | https://ctechhindi.in/privacy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"manifest_version": 2,
"default_locale": "en",
"permissions": [
"storage",
"contextMenus"
],
"icons": {
"128": "icons\/128x128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "__MSG_appName__",
"default_icon": {
"16": "icons\/16x16.png",
"24": "icons\/24x24.png",
"32": "icons\/32x32.png"
}
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
" | |