Paste List

Consecutively paste things

Qu'est-ce que Paste List ?

Paste List est une extension Chrome développée par https://dilanxd.com, et sa fonction principale est "Consecutively paste things".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Paste List

Téléchargez les fichiers d'extension Paste List au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Paste List Paste List
ID nolfbfhaicjldjodgafpaheehkolchdf
URL Officiel https://chromewebstore.google.com/detail/paste-list/nolfbfhaicjldjodgafpaheehkolchdf
Description Consecutively paste things
Taille du Fichier 173 KB
Nombre d'Installations 80
Version Actuelle 0.2.0
Dernière Mise à Jour 2022-09-03
Date de Publication 2022-08-24
Développeur https://dilanxd.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.dilanxd.com
URL de la Page de Politique de Confidentialité https://www.dilanxd.com/privacy
Langues Prises en Charge 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"
        }
    }
}