Notepad - online

Notepad-online for Chrome with sync functionality. Open and edit data on any computer.

Notepad - online란 무엇입니까?

Notepad - online은(는) https://notepad-online.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notepad-online for Chrome with sync functionality. Open and edit data on any computer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This is just a notepad online. You can save any text from the internet and get access to it anywhere. Notepad with auto save and sync.
Create a large number of notes for different purposes.

Enter the password, so nobody can see the content of your Notepad.

Enjoy!                    

확장 프로그램 기본 정보

이름 Notepad - online Notepad - online
ID fefodpegbocmidnfphgggnjcicipaibk
공식 URL https://chromewebstore.google.com/detail/notepad-online/fefodpegbocmidnfphgggnjcicipaibk
설명 Notepad-online for Chrome with sync functionality. Open and edit data on any computer.
파일 크기 294 KB
설치 횟수 261,894
현재 버전 1.15.120
최근 업데이트 2023-04-13
출시 날짜 2020-06-04
평점 4.35/5 총 1123 개의 평점
개발자 https://notepad-online.ru
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://notepad-online.info/privacy.html
지원되는 언어 de,en,fr,es,it,pt-BR,ru,hi,zh-CN
manifest.json
{
    "manifest_version": 2,
    "author": "nevzilya",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "options_page": "options.html",
    "version": "1.15.120",
    "offline_enabled": true,
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "img\/notepad_48.png",
        "128": "img\/notepad_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/notepad-online.ru\/*",
        "http:\/\/notepad-online.ru\/*",
        "unlimitedStorage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "24": "img\/a_6.png",
            "48": "img\/notepad_48.png",
            "128": "img\/notepad_128.png"
        },
        "default_title": "__MSG_ext_short_name__",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "short_name": "__MSG_ext_short_name__",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}