Chrome Notepad

Use notepad in your chrome!

Cos'è Chrome Notepad?

Chrome Notepad è un'estensione di Chrome sviluppata da 송인호, e la sua funzione principale è "Use notepad in your chrome!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Chrome Notepad

Scarica i file di estensione Chrome Notepad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        크롬 메모장은 크롬에서 언제든지 사용할 수 있는 메모장입니다.
팝업, 옵션, 새 창을 모두 지원합니다.

팝업 사용 방법
1. 우측 상단의 '확장 프로그램'을 클릭하세요
2. 크롬 메모장 오른쪽의 핀을 클릭하세요

주요 기능 설명
- 옵션, 새 창: 메모 추가, 수정, 삭제 가능
- 팝업화면: 메모 추가, 삭제 가능
- 새 창을 열었을 때 메모장 사용 가능                    

Informazioni di Base sull'Estensione

Nome Chrome Notepad Chrome Notepad
ID apijbpbcechjobmeafogbmlbaofmehed
URL Ufficiale https://chromewebstore.google.com/detail/chrome-notepad/apijbpbcechjobmeafogbmlbaofmehed
Descrizione Use notepad in your chrome!
Dimensione del File 659 KB
Conteggio Installazioni 150
Versione Corrente 1.2.0
Ultimo Aggiornamento 2021-09-14
Data di Pubblicazione 2021-08-25
Sviluppatore 송인호
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Notepad",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Use notepad in your chrome!",
    "icons": {
        "192": "logo192.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "logo192.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "index.html"
}