notes.txt

Notes in text file.

notes.txt란 무엇입니까?

notes.txt은(는) alexq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notes in text file."입니다.

확장 프로그램 스크린샷

screenshot

notes.txt 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Store your text notes in Google Drive.                    

확장 프로그램 기본 정보

이름 notes.txt notes.txt
ID gppaejcoehjmkkpngkafhmdcgbpknbod
공식 URL https://chromewebstore.google.com/detail/notestxt/gppaejcoehjmkkpngkafhmdcgbpknbod
설명 Notes in text file.
파일 크기 9.33 KB
설치 횟수 27
현재 버전 0.2.0
최근 업데이트 2018-07-20
출시 날짜 2018-07-19
개발자 alexq
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/alex-q/notes.txt-chrome
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "notes.txt",
    "version": "0.2.0",
    "description": "Notes in text file.",
    "minimum_chrome_version": "57",
    "permissions": [
        "storage",
        "identity"
    ],
    "oauth2": {
        "client_id": "702478339593-9g3o9a6qta5gcs52pi7ttrpe3jeo87c6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp1UqP2HVQx7nEqz+4RDLTNLVGicZnhEJluITikwBUHrQoyXfjekc3eWi7qotS7zPoEuFMukOCLQ1oNnKCgrQG2qI8WFx2p0G9o\/n5apGuWAif8HJS1JVqZOzKEwCegvEEQcmIeQzsz2064V2ZQysRFTfOtkn0ClFjSVJWZGSRq4i3MdfmFYL2En\/PYBri46ns0OxnaD31CbRjYmqJocqw4fkA5pWxPdhUPfC57OEwgSl3n0EsTWycwYN1WnPYc4CGfiLVrmM95yztnux+ATxPiAYhkRUW+C761ZWrwv3rx4Wz+pPR9mbOyXRNtz8\/vHFBTT9h0\/epOr1B2EJC+V7GwIDAQAB"
}