Netwind Notebooks

Selective printing of web content

ما هو Netwind Notebooks؟

Netwind Notebooks هو إضافة Chrome تم تطويرها بواسطة https://netwind.cc، والميزة الرئيسية لها هي "Selective printing of web content".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Netwind Notebooks

قم بتنزيل ملفات الامتداد Netwind Notebooks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://netwind.cc/a/softinstruct/softdescription/
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}