Netwind Notebooks

Selective printing of web content

Netwind Notebooks란 무엇입니까?

Netwind Notebooks은(는) https://netwind.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Selective printing of web content"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Netwind Notebooks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NetWind Notes is a note taking tool for processing web content such as articles, videos and pictures.The user can extract、edit、save、selectively print the content and publish the content to a specific website.
Selective printing of web content,Easily lift the restrictions on Web page copying,OneKey collect articles, audio and video, screenshots. A webnote tool for freely editting and saving and publishing. Ordinary users can save content to the machine without logging in and registering, which is simple and easy to use. Registered users can save to the cloud disk and realize cross machine browsing. They can also synchronize the content to any designated website to easily realize what they see is what they send. They can edit and forward news articles on their own website at the first time. It is absolutely a good assistant for webmasters, students and journalists.                    

확장 프로그램 기본 정보

이름 Netwind Notebooks Netwind Notebooks
ID gglbhkhkaggojdnbmnhnnbfnagcekcml
공식 URL https://chromewebstore.google.com/detail/netwind-notebooks/gglbhkhkaggojdnbmnhnnbfnagcekcml
설명 Selective printing of web content
파일 크기 703 KB
설치 횟수 356
현재 버전 2.1.3
최근 업데이트 2023-01-17
출시 날짜 2022-03-21
개발자 https://netwind.cc
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://netwind.cc/
도움말 페이지 URL https://netwind.cc/a/softinstruct/softdescription/
개인정보 보호 정책 페이지 URL https://netwind.cc/a/help/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1.3",
    "name": "__MSG_nw_57__",
    "description": "__MSG_generalDescription__",
    "minimum_chrome_version": "90.0",
    "content_scripts": [
        {
            "js": [
                "js\/eminer.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "eventPage.js",
        "type": "module"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "16": "images\/icon16x16.png",
            "24": "images\/icon24x24.png",
            "32": "images\/icon32x32.png"
        }
    },
    "icons": {
        "128": "images\/icon128x128.png",
        "16": "images\/icon16x16.png",
        "24": "images\/icon24x24.png",
        "32": "images\/icon32x32.png",
        "48": "images\/icon48x48.png"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/netwind.cc",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "scripting",
        "webRequest",
        "activeTab",
        "unlimitedStorage",
        "downloads",
        "tabs",
        "cookies"
    ],
    "optional_permissions": [],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}