Self-stick notes

You can use self-stick notes on any page

Self-stick notes란 무엇입니까?

Self-stick notes은(는) lilo.jacob에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can use self-stick notes on any page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Self-stick notes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension would open the world where you don’t need to remember tones of information without risk to forget or overlook something. All you need - is self-stick removable notes on the web-pages. The self-stick note could be carried to any spot of a web-page. It is also possible to remove the chosen notes or all at once.
This would help those who are just taking the first steps in the world of Internet. Beginners are usually writing down the sequence of actions in a notepad. Now they may do this on the screen!
Nowadays more users have wide screen monitors while a lot of the websites have been developed for standard monitors, so unused space on the screen could become useful with this extension. For those using paper self-stick removable notes on a frame of monitor there are the opportunity to relocate it inside. :)
Self-stick removable notes could be the reminders in your mailbox to answer the read email or drop a hint that it’s time to get back to business.                    

확장 프로그램 기본 정보

이름 Self-stick notes Self-stick notes
ID hcdihnnnfbdeinkamogggghnmcfaebca
공식 URL https://chromewebstore.google.com/detail/self-stick-notes/hcdihnnnfbdeinkamogggghnmcfaebca
설명 You can use self-stick notes on any page
파일 크기 84.58 KB
설치 횟수 6,911
현재 버전 1.5.0.0
최근 업데이트 2013-11-08
출시 날짜 2013-11-08
평점 3.87/5 총 89 개의 평점
개발자 lilo.jacob
결제 유형 free
지원되는 언어 en-US,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Self-stick notes",
    "version": "1.5.0.0",
    "description": "__MSG_pluginDescription__",
    "manifest_version": 2,
    "background": {
        "page": "bg.html"
    },
    "options_page": "options\/options.html",
    "default_locale": "en_US",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon19.png",
        "default_title": "__MSG_pageActionTitle__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "thirdparty\/jquery.min.js",
                "thirdparty\/jquery-ui.min.js",
                "util.js",
                "elements.js",
                "popup.js",
                "contents.js"
            ],
            "css": [
                "contentStyles.css"
            ]
        }
    ]
}