Easy Notes

Extension to display activities related to current page.

Easy Notes란 무엇입니까?

Easy Notes은(는) http://notemyweb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to display activities related to current page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Click the notemyweb.com icon at the top, and take notes in the popup.
  We save your note's, to-do's, reminder's and favorite web pages for you - safe and secure!. Open any website and see only the notes you have previously taken on that website.
  
  Your notes will be in sync with other devices like mobiles,tablets and browsers.

"Easy Notes" is useful in below scenarios

1. Login ids in each website. (You don't need to remember your login ids in each website. Just store your id as note under the respective website and access it by just visiting the respective website. )

2. Store text area contents. (example: your address, security question answers).

3. Have todo list on each website. (example: transfer funds in banking site, booking-id in online shopping site).

4. Create reminder's on any website. Notification for your reminder's will be sent via facebook and email.


"Easy Notes" is available in Android, iPhone and iPad. Everything syncs and is available on your mobile device.

Learn more:
-  Twitter: http://twitter.com/notemyweb
-  Facebook: http://facebook.com/notemyweb
-  Contact us: [email protected]                    

확장 프로그램 기본 정보

이름 Easy Notes Easy Notes
ID blgcnhmgdbedifnkebdlmbpgccbondcc
공식 URL https://chrome.google.com/webstore/detail/easy-notes/blgcnhmgdbedifnkebdlmbpgccbondcc
설명 Extension to display activities related to current page.
파일 크기 6.29 KB
설치 횟수 38
현재 버전 4
최근 업데이트 2013-05-05
출시 날짜 2013-05-05
평점 1.00/5 총 4 개의 평점
개발자 http://notemyweb.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.notemyweb.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Notes",
    "version": "4",
    "manifest_version": 2,
    "description": "Extension to display activities related to current page.",
    "browser_action": {
        "default_icon": "notes.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.notemyweb.com\/*",
        "https:\/\/www.notemyweb.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html"
}