Simple Notepad

Make notes and sync them. What could be more simple?

Simple Notepad란 무엇입니까?

Simple Notepad은(는) https://avoidingneighbours.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make notes and sync them. What could be more simple?"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        What could be more simple than wanting to create a note whilst browsing the web? Well Simple Notepad allows you to do just that! In fact Simple Notepad lets you create as many notes as you want. Do you use more than one installation of Chrome? Then your notes will sync across your different installations using your bookmarks so you'll never have to worry about keeping your notes in sync manually, or wonder what the note said on your other machine, it just happens! 

Ok so enough of the waffle here is a feature list:

  -- Create multiple notes
  -- Notes backed up to your Google bookmarks (this can be turned on/off in the Simple Notepad options)
  -- Notes synced across Chrome installations (requires Bookmark Syncing)
  -- Synchronizing on a schedule and manually force a synchronization.
  -- It will remember where you were editing the note and keep the cursor position and even the selection.
 -- Resize the note window to whatever size you like.
 -- Copy selected text to a note using a right click menu.
 -- Copy a link to a note using a right click menu
 -- Copy the page title and URL to a note using a right click menu
 -- Can choose between the classic Simple Notepad layout and an Opera Notes style layout                    

확장 프로그램 기본 정보

이름 Simple Notepad Simple Notepad
ID ghnkdbkeniegahdcjeeikjoaapakeomf
공식 URL https://chromewebstore.google.com/detail/simple-notepad/ghnkdbkeniegahdcjeeikjoaapakeomf
설명 Make notes and sync them. What could be more simple?
파일 크기 607 KB
설치 횟수 20,000
현재 버전 1.5.3
최근 업데이트 2012-07-18
출시 날짜 2012-07-18
평점 4.00/5 총 209 개의 평점
개발자 https://avoidingneighbours.blogspot.com
결제 유형 free
확장 프로그램 웹 사이트 http://avoidingneighbours.blogspot.com
도움말 페이지 URL http://groups.google.com/group/simple-notepad-chrome-extension
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Notepad",
    "version": "1.5.3",
    "manifest_version": 2,
    "description": "Make notes and sync them. What could be more simple?",
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16x16.png",
        "48": "img\/icon48x48.png",
        "128": "img\/icon128x128.png"
    },
    "browser_action": {
        "default_icon": "img\/default_icon.png",
        "default_title": "Simple Notepad",
        "default_popup": "notes_view.html"
    },
    "minimum_chrome_version": "18.0",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "bookmarks",
        "contextMenus"
    ],
    "offline_enabled": true
}