ConCat - Help copy and paste on web pages
This extension helps copy and paste by copying repeating elements on a web page together
Τι είναι το ConCat - Help copy and paste on web pages;
Το ConCat - Help copy and paste on web pages είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AKIRA-MIYAKE, και η κύρια λειτουργία του είναι "This extension helps copy and paste by copying repeating elements on a web page together".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ConCat - Help copy and paste on web pages
Λήψη αρχείων επέκτασης ConCat - Help copy and paste on web pages σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ConCat - Help copy and paste on web pages |
ID | pemfddepjgkelgbanochmpmhehmleopm |
Επίσημο URL | https://chromewebstore.google.com/detail/concat-help-copy-and-past/pemfddepjgkelgbanochmpmhehmleopm |
Περιγραφή | This extension helps copy and paste by copying repeating elements on a web page together |
Μέγεθος Αρχείου | 390 KB |
Αριθμός Εγκαταστάσεων | 42 |
Τρέχουσα Έκδοση | 1.0.0.1 |
Τελευταία Ενημέρωση | 2020-02-12 |
Ημερομηνία Δημοσίευσης | 2020-02-12 |
Προγραμματιστής | AKIRA-MIYAKE |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } } |