One-Click-Copy
This One Click Copy extension will copy predefined text. Developed by Thomas Santiago
One-Click-Copyとは何ですか?
One-Click-Copyはthomstudioによって開発されたChromeの拡張機能で、その主な機能は「This One Click Copy extension will copy predefined text. Developed by Thomas Santiago」です。
拡張機能のスクリーンショット
One-Click-Copy拡張機能のCRXファイルをダウンロード
One-Click-Copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One-Click-Copy: Your Clipboard Companion, Now Even Better! Tired of repetitive copy-pasting? "One-Click-Copy" is here to streamline your workflow! With the newly updated version 1.2.1, managing and accessing your most-used text snippets has never been easier or more efficient. (Also discover "One-Click-Copy 2.0": Your upgraded clipboard manager with instant delete, undo, pop-out access, and seamless CSV import/export—designed for the ultimate convenience and data privacy. Please take a look at: https://chrome.google.com/webstore/detail/one-click-copy-2/jbjmjbhcgjnigggmonfeahdekhkemkip) What's New in v1.2.1: • Text Overflow Bug Fixed What's New in v1.2: • Expanded Storage: Now save up to 25 predefined text snippets! • Backup/Restore Feature: Safeguard your saved texts by exporting to CSV and restore them whenever needed. For peace of mind, it's best to use the Backup feature once you've finalized all your predefined texts. • New Logo: Introducing our refreshed One-Click-Copy logo! • Donate Button: Love the extension? You can now support us by buying us a beer through the new Donate button. Key Features: • Save Time: No more manual searching and copying. One click, and your text is in the clipboard! • Easy Management: Easily edit your saved texts right from the extension popup. • Sync Across Devices: Changes you make on one device are automatically updated across all your Chrome instances. (Note: Syncing feature only works when you are not using Developer Mode.) How to Use: 1. Open the extension popup by clicking the "One-Click-Copy" icon next to your address bar. 2. Use the "Edit" buttons to save your frequently used text snippets. 3. Click the "Copy" button next to each text to copy it to your clipboard. Made for convenience and efficiency, "One-Click-Copy" is the clipboard manager you didn't know you needed. Say goodbye to tedious routines and hello to a simplified, productive day!
拡張機能の基本情報
名前 | One-Click-Copy |
ID | bliihfiaeccnmellccdkmengggifnagn |
公式URL | https://chromewebstore.google.com/detail/one-click-copy/bliihfiaeccnmellccdkmengggifnagn |
説明 | This One Click Copy extension will copy predefined text. Developed by Thomas Santiago |
ファイルサイズ | 16.07 KB |
インストール数 | 98 |
現在のバージョン | 1.2.1 |
最終更新日 | 2023-10-30 |
公開日 | 2023-09-16 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | thomstudio |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "One-Click-Copy", "description": "This One Click Copy extension will copy predefined text. Developed by Thomas Santiago", "version": "1.2.1", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "clipboardWrite", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |