Floaty Note

A fuss-free notepad extension

Floaty Note란 무엇입니까?

Floaty Note은(는) minorsignalstudio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fuss-free notepad extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Floaty Note 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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
        }
    }
}