Snap Note

A Chrome Extension in the form of a pop-up notepad with various functions

Snap Note란 무엇입니까?

Snap Note은(는) Arthelon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension in the form of a pop-up notepad with various functions"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A Chrome Extension in the form of a pop-up notepad with various functions.

IMPORTANT : 
Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing.                    

확장 프로그램 기본 정보

이름 Snap Note Snap Note
ID bcddlnpbfpldhhgpjkoedhcnjchldcff
공식 URL https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff
설명 A Chrome Extension in the form of a pop-up notepad with various functions
파일 크기 277 KB
설치 횟수 908
현재 버전 0.0.5
최근 업데이트 2015-09-11
출시 날짜 2015-09-11
평점 3.91/5 총 11 개의 평점
개발자 Arthelon
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/Arthelon
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Note",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "A Chrome Extension in the form of a pop-up notepad with various functions",
    "author": "Daniel Hsing",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "32": "images\/note-32.png",
        "48": "images\/note-48.png",
        "128": "images\/note-128.png"
    },
    "browser_action": {
        "default_icon": "images\/note-128.png",
        "default_title": "Snap Note",
        "default_popup": "index.html"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "index.html",
        "js\/popup.js"
    ]
}