Kopier

Copy links with just keyboard shortcuts

Kopier क्या है?

Kopier Winden Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy links with just keyboard shortcuts"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Kopier lets you store your frequently shared profile links and access them lightning fast with shortcuts. Add unlimited links with custom keyboard shortcuts 100% free forever.

- Add your frequently shared profile links to Kopier
- Define custom keyboard shortcuts for every link
- Hit keyboard shortcut to copy
- Kopier is 100% free, now and forever (No credit card required)
- Zero step access, no account creation required
- Secure local storage (We do not store your links)
- Store unlimited kopies

You can use it to save frequently shared profile links like Calendly 🗓️ ,Buy me a Coffee ☕ ,Social Media Profiles 🤳 (Linkedin, Github, Behance, Instagram you get it), Portfolio 🌐, Side project links 📽️, Master documents 📄 at work or even Spotify playlists 🎶

We would love to hear what you Kopy! Tweet/DM us on @KopierHQ (https://twitter.com/kopierhq)                    

एक्सटेंशन की मूल जानकारी

नाम Kopier Kopier
ID dlceiooghaeiegoelhcmmdfpnhplhbef
आधिकारिक URL https://chromewebstore.google.com/detail/kopier/dlceiooghaeiegoelhcmmdfpnhplhbef
विवरण Copy links with just keyboard shortcuts
फ़ाइल का आकार 37.03 KB
स्थापना संख्या 352
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2021-10-28
प्रकाशन तिथि 2021-05-03
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर Winden Technologies
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.kopier.xyz/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kopier",
    "description": "Copy links with just keyboard shortcuts",
    "version": "2.0.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Kopier"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+C",
                "mac": "Alt+C"
            }
        }
    },
    "options_page": "manage.html"
}