Jinshan Web Clipper

One lick save pages or content to WPS Docs

Apa itu Jinshan Web Clipper?

Jinshan Web Clipper adalah ekstensi Chrome yang dikembangkan oleh 金山收藏助手, dan fitur utamanya adalah "One lick save pages or content to WPS Docs".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Jinshan Web Clipper

Unduh file ekstensi Jinshan Web Clipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        金山收藏助手是一个兼容于各大浏览器的扩展程序。它可以将自动剥离广告后的网页内容一键保存至金山文档。 

1、一键保存网页正文,告别手动复制粘贴
浏览到喜欢的网页,点击金山收藏助手,即可将网页内容保存至你的金山文档中。 

2、智能剥离网页广告,告别无用干扰信息
金山收藏助手可以智能识别并去除悬浮或嵌在网页中的广告,还你干净、无噪的网页内容。 

3、丰富的收藏格式,支持单独收藏网页片段、图片
遇到喜欢的内容片段或图片,选中即可单独保存,无需保存整个网页,高效便捷的获取想要的信息。

4、自动归档指定位置,轻松管理和查找
无论是保存网页正文、摘录网页片段、保存精美图像,都可以自动保存至指定位置,助你轻松管理收藏的内容。                    

Informasi Dasar Ekstensi

Nama Jinshan Web Clipper Jinshan Web Clipper
ID lanhpcaapacdmofkjpkahckmlkljcdhh
URL Resmi https://chromewebstore.google.com/detail/jinshan-web-clipper/lanhpcaapacdmofkjpkahckmlkljcdhh
Deskripsi One lick save pages or content to WPS Docs
Ukuran File 493 KB
Jumlah Instalasi 213,926
Versi Saat Ini 2.0.6
Terakhir Diperbarui 2023-12-15
Tanggal Publikasi 2023-07-26
Penilaian 5.00/5 Total 25 Penilaian
Pengembang 金山收藏助手
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.kdocs.cn/welcome
URL Halaman Kebijakan Privasi https://privacy.wps.cn/policies/privacy/kdocs
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_CreationDoc_Operation_AppStoreBrief__",
    "version": "2.0.6",
    "default_locale": "zh_CN",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": ".\/kdocs\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "incognito": "not_allowed",
    "commands": {
        "collect": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "\u5feb\u6377\u952e\u6536\u85cf"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "activeTab",
        "cookies",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "kdocs\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "kdocs\/contentScripts\/style.css",
                "kdocs\/toast\/index.html",
                "kdocs\/permission\/index.html",
                "kdocs\/path\/index.html",
                "kdocs\/options\/index.html",
                "kdocs\/notice\/index.html",
                "kdocs\/login\/index.html",
                "kdocs\/loading\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/p.kdocs.cn\/s\/QSQISBAACM",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}