Paste List

Consecutively paste things

Paste List क्या है?

Paste List https://dilanxd.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Consecutively paste things"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Paste List एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
        }
    }
}