Synced Note

Note synchronised over all chrome browsers where user is logged on.

Synced Note란 무엇입니까?

Synced Note은(는) vtoman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Note synchronised over all chrome browsers where user is logged on."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Single note extension that is synchronized over all the chrome browsers where you are logged on.

Remove the clutter and endless number of notes that you never look again after you write them.

If you find bugs or think some feature would benefit this extension, please free to contact me at [email protected].

Version 1.0.3 (28.02.2016)
--------------------------

It is now possible to do the following:
- Change the font size
- Change the font color
- Change the background color
- Change the size of the note
All these settings are synchronized over all chrome browsers as well. 

Thanks to my friend grimy for making these changes and contributing to the project.                    

확장 프로그램 기본 정보

이름 Synced Note Synced Note
ID lbanbkjandigagnojinccmlckgoacgpm
공식 URL https://chromewebstore.google.com/detail/synced-note/lbanbkjandigagnojinccmlckgoacgpm
설명 Note synchronised over all chrome browsers where user is logged on.
파일 크기 251 KB
설치 횟수 386
현재 버전 1.0.3
최근 업데이트 2016-02-28
출시 날짜 2016-02-28
평점 3.50/5 총 2 개의 평점
개발자 vtoman
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synced Note",
    "description": "Note synchronised over all chrome browsers where user is logged on.",
    "version": "1.0.3",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Synced Note",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}