Floaty Note
A fuss-free notepad extension
Floaty Noteとは何ですか?
Floaty Noteはminorsignalstudioによって開発されたChromeの拡張機能で、その主な機能は「A fuss-free notepad extension」です。
拡張機能のスクリーンショット
Floaty Note拡張機能のCRXファイルをダウンロード
Floaty Note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Floaty Note is a light Chrome extension that makes it easy to store text for copy/pasting or quick access. Use the Ctrl + Y shortcut to open Floaty Note anytime. Use cases: - Keep your hex codes in one place without having to move between tabs - Quickly jot down info from a web page, and then copy it in one go for your main doc - Remove text formatting from copied text blocks - Keep code snippets handy - Keep addresses or other information for long forms handy without moving between tabs
拡張機能の基本情報
名前 | Floaty Note |
ID | nejhgfhcadmgpcpkaoioobffdfogncoj |
公式URL | https://chromewebstore.google.com/detail/floaty-note/nejhgfhcadmgpcpkaoioobffdfogncoj |
説明 | A fuss-free notepad extension |
ファイルサイズ | 16.78 KB |
インストール数 | 26 |
現在のバージョン | 1.1 |
最終更新日 | 2023-06-09 |
公開日 | 2023-05-25 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | minorsignalstudio |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Floaty Note", "version": "1.1", "manifest_version": 3, "description": "A fuss-free notepad extension", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Y", "mac": "MacCtrl+Y" } } }, "permissions": [ "storage" ], "action_handlers": { "default": { "type": "popup", "chrome_style": true } } } |