Copy Fields Data - CTH
Copy Form Fields Data : Name, ID, Address, Links, Text, Image Link and more
Was ist Copy Fields Data - CTH?
Copy Fields Data - CTH ist eine Chrome-Erweiterung, die von C Tech Hindi entwickelt wurde, und ihr Hauptmerkmal ist "Copy Form Fields Data : Name, ID, Address, Links, Text, Image Link and more".
Erweiterungsscreenshots
Copy Fields Data - CTH-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Fields Data - CTH-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
# 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.
Grundlegende Informationen zur Erweiterung
Name | Copy Fields Data - CTH |
ID | npbkckjnhfooeafhkjfpildbcdinnehg |
Offizielle URL | https://chromewebstore.google.com/detail/copy-fields-data-cth/npbkckjnhfooeafhkjfpildbcdinnehg |
Beschreibung | Copy Form Fields Data : Name, ID, Address, Links, Text, Image Link and more |
Dateigröße | 1.15 MB |
Installationsanzahl | 280 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2021-07-13 |
Veröffentlichungsdatum | 2020-11-17 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | C Tech Hindi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ctechhindi.in/extensions/copy-form-fields-data/ |
Hilfeseite URL | https://ctechhindi.in/extensions/copy-form-fields-data/#support |
URL der Datenschutzrichtlinien-Seite | https://ctechhindi.in/privacy |
Unterstützte Sprachen | 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": [ " |