ConCat - Help copy and paste on web pages
This extension helps copy and paste by copying repeating elements on a web page together
Co je ConCat - Help copy and paste on web pages?
ConCat - Help copy and paste on web pages je rozšíření Chrome vyvinuté AKIRA-MIYAKE, a jeho hlavní funkcí je „This extension helps copy and paste by copying repeating elements on a web page together“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ConCat - Help copy and paste on web pages
Stáhněte si soubory rozšíření ConCat - Help copy and paste on web pages ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ConCat - Help copy and paste on web pages |
ID | pemfddepjgkelgbanochmpmhehmleopm |
Oficiální URL | https://chromewebstore.google.com/detail/concat-help-copy-and-past/pemfddepjgkelgbanochmpmhehmleopm |
Popis | This extension helps copy and paste by copying repeating elements on a web page together |
Velikost souboru | 390 KB |
Počet instalací | 42 |
Aktuální Verze | 1.0.0.1 |
Poslední Aktualizace | 2020-02-12 |
Datum Vydání | 2020-02-12 |
Vývojář | AKIRA-MIYAKE |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } } |