ConCat - Help copy and paste on web pages

This extension helps copy and paste by copying repeating elements on a web page together

Cos'è ConCat - Help copy and paste on web pages?

ConCat - Help copy and paste on web pages è un'estensione di Chrome sviluppata da AKIRA-MIYAKE, e la sua funzione principale è "This extension helps copy and paste by copying repeating elements on a web page together".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ConCat - Help copy and paste on web pages

Scarica i file di estensione ConCat - Help copy and paste on web pages 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

                        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.                    

Informazioni di Base sull'Estensione

Nome ConCat - Help copy and paste on web pages ConCat - Help copy and paste on web pages
ID pemfddepjgkelgbanochmpmhehmleopm
URL Ufficiale https://chromewebstore.google.com/detail/concat-help-copy-and-past/pemfddepjgkelgbanochmpmhehmleopm
Descrizione This extension helps copy and paste by copying repeating elements on a web page together
Dimensione del File 390 KB
Conteggio Installazioni 42
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2020-02-12
Data di Pubblicazione 2020-02-12
Sviluppatore AKIRA-MIYAKE
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}