Paste List
Consecutively paste things
Τι είναι το Paste List;
Το Paste List είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dilanxd.com, και η κύρια λειτουργία του είναι "Consecutively paste things".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Paste List
Λήψη αρχείων επέκτασης Paste List σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Take each "copy" out of "copy paste copy paste copy paste copy paste". Paste List is a browser extension for Google Chrome that simplifies repeated pasting. Create lists of text, then head over to a webpage and activate one. As you paste an item somewhere, the next one will automatically be copied to your clipboard. - Easily manage multiple lists of text (add items, move items, and delete items as needed) - Activate a list using the extension popup (pin the extension to make it easy to access) - Press 'Start' on the overlay that appears on the page and watch how the overlay updates with your clipboard as you paste - 'Skip' any list item when pasting or 'Stop' it completely (it also stops if you make it to the end of the list or if you activate another list) - Use optional keyboard shortcuts when editing lists ('ctl/cmd + enter' to add a new item, 'ctl/cmd + s' to save the list)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Paste List |
ID | nolfbfhaicjldjodgafpaheehkolchdf |
Επίσημο URL | https://chromewebstore.google.com/detail/paste-list/nolfbfhaicjldjodgafpaheehkolchdf |
Περιγραφή | Consecutively paste things |
Μέγεθος Αρχείου | 173 KB |
Αριθμός Εγκαταστάσεων | 80 |
Τρέχουσα Έκδοση | 0.2.0 |
Τελευταία Ενημέρωση | 2022-09-03 |
Ημερομηνία Δημοσίευσης | 2022-08-24 |
Προγραμματιστής | https://dilanxd.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.dilanxd.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.dilanxd.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paste List", "description": "Consecutively paste things", "version": "0.2.0", "author": "Dilan Nair", "manifest_version": 3, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "webcomponents-bundle.js", "element.js", "content.js" ] } ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } } } |