Notepad Extension

Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.

Notepad Extension란 무엇입니까?

Notepad Extension은(는) jakesap에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows."입니다.

확장 프로그램 스크린샷

screenshot

Notepad Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Notepad Extension is a simple and convenient way to save notes while browsing the web. Quickly jot down important information, ideas, or reminders without changing tabs or windows.

Simply click on the extension icon in your browser's toolbar to open the pop-up window, where you can type in your note. Note Saver will automatically save your note as you type, so you don't have to worry about losing any important information.                    

확장 프로그램 기본 정보

이름 Notepad Extension Notepad Extension
ID llalomgpmhbiehnimkkbclmkgobillba
공식 URL https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba
설명 Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
파일 크기 67.69 KB
설치 횟수 79
현재 버전 1.0.2
최근 업데이트 2023-08-27
출시 날짜 2023-05-06
개발자 jakesap
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jakesap/notepad-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notepad Extension",
    "version": "1.0.2",
    "description": "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Notepad Extension",
        "default_icon": "logo.png",
        "default_popup": "index.html"
    }
}