ConCat - Help copy and paste on web pages
This extension helps copy and paste by copying repeating elements on a web page together
Hvad er ConCat - Help copy and paste on web pages?
ConCat - Help copy and paste on web pages er en Chrome-udvidelse udviklet af AKIRA-MIYAKE, og dens hovedfunktion er "This extension helps copy and paste by copying repeating elements on a web page together".
Udvidelsesskærmbilleder
Download ConCat - Help copy and paste on web pages-udvidelses-CRX-fil
Download ConCat - Help copy and paste on web pages-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | ConCat - Help copy and paste on web pages |
ID | pemfddepjgkelgbanochmpmhehmleopm |
Officiel URL | https://chromewebstore.google.com/detail/concat-help-copy-and-past/pemfddepjgkelgbanochmpmhehmleopm |
Beskrivelse | This extension helps copy and paste by copying repeating elements on a web page together |
Filstørrelse | 390 KB |
Antal Installationer | 42 |
Nuværende Version | 1.0.0.1 |
Senest Opdateret | 2020-02-12 |
Udgivelsesdato | 2020-02-12 |
Udvikler | AKIRA-MIYAKE |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |