Kopier

Copy links with just keyboard shortcuts

Kopier란 무엇입니까?

Kopier은(는) Winden Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy links with just keyboard shortcuts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Kopier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}