OneClick
Navigate to your favorite actions on the websites you love with just one click.
OneClickとは何ですか?
OneClickはarifsznによって開発されたChromeの拡張機能で、その主な機能は「Navigate to your favorite actions on the websites you love with just one click.」です。
拡張機能のスクリーンショット
OneClick拡張機能のCRXファイルをダウンロード
OneClick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
OneClick is the ultimate productivity tool for your browser. With just one click, access a wide variety of actions and shortcuts, including creating a meeting on Google Meet, editing photos, creating new projects with popular frameworks, and designing a website. The extension includes 88 shortcuts, 29 customizable themes, and a clean, minimalist UI. Plus, it's open-source and free of ads. OneClick is available as a web app, Chrome extension, and Firefox add-on, making it easy to use across all your devices. Upgrade your browsing experience with OneClick today!
Features:
✓ One-click navigation to frequently used actions on websites.
✓ Time-saving solution for managing and organizing links.
✓ Convenient shortcuts for creating new documents, presentations, notes, and more.
✓ Mark and quickly access frequently used shortcuts in a separate "favorites" section.
✓ Integrations with popular online services.
Web App:
https://oneclickweb.netlify.app
Source code:
https://github.com/arifszn/oneclick 拡張機能の基本情報
| 名前 | |
| ID | laonciagkijmeofonnbjlifmjingahok |
| 公式URL | https://chromewebstore.google.com/detail/oneclick/laonciagkijmeofonnbjlifmjingahok |
| 説明 | Navigate to your favorite actions on the websites you love with just one click. |
| ファイルサイズ | 143 KB |
| インストール数 | 1,243 |
| 現在のバージョン | 1.2.0 |
| 最終更新日 | 2023-01-30 |
| 公開日 | 2021-12-03 |
| 評価 | 4.57/5 合計 7 レビュー |
| 開発者 | arifszn |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://oneclickweb.netlify.app |
| ヘルプページのURL | https://github.com/arifszn/oneclick/issues/new |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OneClick",
"short_name": "1click",
"description": "Navigate to your favorite actions on the websites you love with just one click.",
"version": "1.2.0",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "OneClick"
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
}
} | |