Little page Notepad

Create a note for page

Little page Notepad란 무엇입니까?

Little page Notepad은(는) https://sites.google.com/site/virus191288에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a note for page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Create a note for the site(web page). 

Features:
- Save and load you note
- Synchronization
- editing notes

Rus:
Маленький web блокнот для сохранения заметок на странице. Умеет сохранять, загружать, редактировать и синхронизировать заметки.                    

확장 프로그램 기본 정보

이름 Little page Notepad Little page Notepad
ID mlngcccmmbnihhbfcnhppmefapbbjfea
공식 URL https://chromewebstore.google.com/detail/little-page-notepad/mlngcccmmbnihhbfcnhppmefapbbjfea
설명 Create a note for page
파일 크기 13.35 KB
설치 횟수 150
현재 버전 0.5.3
최근 업데이트 2015-10-19
출시 날짜 2015-10-19
평점 5.00/5 총 4 개의 평점
개발자 https://sites.google.com/site/virus191288
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mycrealife.ru/
도움말 페이지 URL http://mycrealife.ru/%D0%BE%D0%B1%D1%81%D1%83%D0%B6%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5-%D1%81%D0%B0%D0%B9%D1%82%D0%B0
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "browser-action.png",
        "default_title": "Create a note for page",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Create a note for page",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "name": "Little page Notepad",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "version": "0.5.3"
}