SimpleNotes

This extension allows for quick and simple copy paste notes

SimpleNotes란 무엇입니까?

SimpleNotes은(는) Chris VH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows for quick and simple copy paste notes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Extension that allows you to copy paste into a google docs ordered list without switching tabs, check out the tutorial video for info on how to use the app!
Thanks to  Madebyoliver from flaticon for the icon.                    

확장 프로그램 기본 정보

이름 SimpleNotes SimpleNotes
ID knellbbpcnklbllfdcoehcambcddlmjd
공식 URL https://chromewebstore.google.com/detail/simplenotes/knellbbpcnklbllfdcoehcambcddlmjd
설명 This extension allows for quick and simple copy paste notes
파일 크기 6.34 KB
설치 횟수 47
현재 버전 1.7
최근 업데이트 2016-09-11
출시 날짜 2016-09-11
평점 5.00/5 총 2 개의 평점
개발자 Chris VH
결제 유형 free
확장 프로그램 웹 사이트 https://www.patreon.com/yungdev
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SimpleNotes",
    "description": "This extension allows for quick and simple copy paste notes",
    "version": "1.7",
    "icons": {
        "32": "note.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "*:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/",
        "identity"
    ],
    "oauth2": {
        "client_id": "6344508761-1uii1p3je2jnt4innp07fbk8rvq66976.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/documents",
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnr7\/ibWbXC9zbhj1utI3DD8I9a+5Ru9dxkEGYgEtTqFIf0VXoVgkqxMCGhrn8ES\/jOEyF0\/QUySKK9evfKaaeRcCL8AUZbWuO2IOQeRHT7TsV0xpXG1o7BvsQ1M\/yuTCc+kvNJ4JQxKmSCrf8V5bcKPsXxTKfetVLFzouw5KkYdF3Ob\/4Sd8gQaxC2b7Mbw7B6KkzQDEeSxaZi4z37C5P8k+2ZUHZsd4yj8T0WozukbLtwE3vdWeWrtZZ5eQwhvTB8s5AndKLyLWMWKFkKGixuLuwe3Z8Ahyb+av\/VnwdQJ10SqlVdbZ1VIt5ZnD7J\/2f1FHXVt30r0Txs7OqItf\/QIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/*.google.com https:\/\/*.google.com; object-src 'self'",
    "commands": {
        "setHeader": {
            "suggested_key": {
                "default": "Alt+Shift+H",
                "mac": "Alt+Shift+H"
            },
            "description": "Sets header in notes",
            "global": "true"
        },
        "setTitle": {
            "suggested_key": {
                "default": "Alt+Shift+T",
                "mac": "Alt+Shift+T"
            },
            "description": "Sets Title in notes",
            "global": "true"
        },
        "setSubsection": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Sets Subsection in notes",
            "global": "true"
        },
        "setDetail": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            },
            "description": "Sets Detail in notes",
            "global": "true"
        }
    }
}