Jinshan Web Clipper

One lick save pages or content to WPS Docs

What is Jinshan Web Clipper?

Jinshan Web Clipper is a Chrome extension developed by 金山收藏助手, and its main feature is "One lick save pages or content to WPS Docs".

Extension Screenshots

screenshot
screenshot
screenshot

Download Jinshan Web Clipper Extension CRX File

Download Jinshan Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

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

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

Extension Basic Information

Name Jinshan Web Clipper Jinshan Web Clipper
ID lanhpcaapacdmofkjpkahckmlkljcdhh
Official URL https://chromewebstore.google.com/detail/jinshan-web-clipper/lanhpcaapacdmofkjpkahckmlkljcdhh
Description One lick save pages or content to WPS Docs
File Size 493 KB
Installation Count 213,926
Current Version 2.0.6
Last Updated 2023-12-15
Publish Date 2023-07-26
Rating 5.00/5 Total 25 Ratings
Developer 金山收藏助手
Email [email protected]
Payment Type free
Extension Website https://www.kdocs.cn/welcome
Privacy Policy Page URL https://privacy.wps.cn/policies/privacy/kdocs
Supported Languages 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'"
    }
}