Copy Fields Data - CTH
Copy Form Fields Data : Name, ID, Address, Links, Text, Image Link and more
What is Copy Fields Data - CTH?
Copy Fields Data - CTH is a Chrome extension developed by C Tech Hindi, and its main feature is "Copy Form Fields Data : Name, ID, Address, Links, Text, Image Link and more".
Extension Screenshots
Download Copy Fields Data - CTH Extension CRX File
Download Copy Fields Data - CTH extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# 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.
Extension Basic Information
Name | Copy Fields Data - CTH |
ID | npbkckjnhfooeafhkjfpildbcdinnehg |
Official URL | https://chromewebstore.google.com/detail/copy-fields-data-cth/npbkckjnhfooeafhkjfpildbcdinnehg |
Description | Copy Form Fields Data : Name, ID, Address, Links, Text, Image Link and more |
File Size | 1.15 MB |
Installation Count | 280 |
Current Version | 0.0.3 |
Last Updated | 2021-07-13 |
Publish Date | 2020-11-17 |
Rating | 4.00/5 Total 1 Ratings |
Developer | C Tech Hindi |
[email protected] | |
Payment Type | free |
Extension Website | https://ctechhindi.in/extensions/copy-form-fields-data/ |
Help Page URL | https://ctechhindi.in/extensions/copy-form-fields-data/#support |
Privacy Policy Page URL | https://ctechhindi.in/privacy |
Supported Languages | 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": [ " |