QuickLinks
The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!
QuickLinksとは何ですか?
QuickLinksはJonathan Chuangによって開発されたChromeの拡張機能で、その主な機能は「The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!」です。
拡張機能のスクリーンショット
QuickLinks拡張機能のCRXファイルをダウンロード
QuickLinks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
QuickLinks is your clipboard for your most used links. Irritated from flipping through tabs just to get your LinkedIn profile for a job app? Tired of opening the Zoom app just to copy your meeting link? Want a faster way to share your social media profiles? QuickLinks can make your busy life a little bit easier.
***** V2 FEATURES *****
- Unlimited amount of saved links
- Customizable icons
- Improved user interface
PRIVACY: QuickLinks does not require any personal information to use nor does it track any of your personal links.
DEVELOPER: Jonathan Chuang (https://jonathanchuang.me) 拡張機能の基本情報
| 名前 | |
| ID | pmmebpkgkcjmdacahjaomedifklninbp |
| 公式URL | https://chromewebstore.google.com/detail/quicklinks/pmmebpkgkcjmdacahjaomedifklninbp |
| 説明 | The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more! |
| ファイルサイズ | 2.17 MB |
| インストール数 | 135 |
| 現在のバージョン | 3.1 |
| 最終更新日 | 2023-09-11 |
| 公開日 | 2020-07-22 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | Jonathan Chuang |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "QuickLinks",
"description": "The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!",
"version": "3.1",
"action": {
"default_popup": "index.html",
"default_icon": "icon.png",
"default_title": "QuickLinks"
},
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "appLogo128.png"
},
"permissions": [],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
}
} | |