ConCat - Help copy and paste on web pages
This extension helps copy and paste by copying repeating elements on a web page together
¿Qué es ConCat - Help copy and paste on web pages?
ConCat - Help copy and paste on web pages es una extensión de Chrome desarrollada por AKIRA-MIYAKE, y su función principal es "This extension helps copy and paste by copying repeating elements on a web page together".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ConCat - Help copy and paste on web pages
Descarga archivos de extensión ConCat - Help copy and paste on web pages en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
By using this extension from the context menu, you can easily copy the title of the item displayed in the list and its link to the spreadsheet. If the expected elements are not selected, adding additional base elements with a click will present you with new repeating elements. Also, this extension does not require an internet connection to work. Therefore, you can use this extension on any web page, including intranets. [Note] The current extension has the following restrictions: + Cannot keep non-existent elements as blanks. + Cannot be used for iframe elements.
Información Básica de la Extensión
Nombre | ConCat - Help copy and paste on web pages |
ID | pemfddepjgkelgbanochmpmhehmleopm |
URL Oficial | https://chromewebstore.google.com/detail/concat-help-copy-and-past/pemfddepjgkelgbanochmpmhehmleopm |
Descripción | This extension helps copy and paste by copying repeating elements on a web page together |
Tamaño del Archivo | 390 KB |
Cantidad de Instalaciones | 42 |
Versión Actual | 1.0.0.1 |
Última Actualización | 2020-02-12 |
Fecha de Publicación | 2020-02-12 |
Desarrollador | AKIRA-MIYAKE |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConCat - Help copy and paste on web pages", "version": "1.0.0.1", "description": "This extension helps copy and paste by copying repeating elements on a web page together", "manifest_version": 2, "permissions": [ "contextMenus", "activeTab" ], "web_accessible_resources": [ "static\/css\/content.css" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "static\/js\/background.js" ], "persistent": false } } |