ConCat - Help copy and paste on web pages

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

Was ist ConCat - Help copy and paste on web pages?

ConCat - Help copy and paste on web pages ist eine Chrome-Erweiterung, die von AKIRA-MIYAKE entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps copy and paste by copying repeating elements on a web page together".

Erweiterungsscreenshots

screenshot

ConCat - Help copy and paste on web pages-Erweiterungs-CRX-Datei herunterladen

Laden Sie ConCat - Help copy and paste on web pages-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ConCat - Help copy and paste on web pages ConCat - Help copy and paste on web pages
ID pemfddepjgkelgbanochmpmhehmleopm
Offizielle URL https://chromewebstore.google.com/detail/concat-help-copy-and-past/pemfddepjgkelgbanochmpmhehmleopm
Beschreibung This extension helps copy and paste by copying repeating elements on a web page together
Dateigröße 390 KB
Installationsanzahl 42
Aktuelle Version 1.0.0.1
Letztes Update 2020-02-12
Veröffentlichungsdatum 2020-02-12
Entwickler AKIRA-MIYAKE
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
    }
}