Kopier
Copy links with just keyboard shortcuts
Kopierとは何ですか?
KopierはWinden Technologiesによって開発されたChromeの拡張機能で、その主な機能は「Copy links with just keyboard shortcuts」です。
拡張機能のスクリーンショット
Kopier拡張機能のCRXファイルをダウンロード
Kopier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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) 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |