网文摘手

一键摘取文章

What is 网文摘手?

网文摘手 is a Chrome extension developed by cathy_cai, and its main feature is "一键摘取文章".

Extension Screenshots

screenshot

Download 网文摘手 Extension CRX File

Download 网文摘手 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

                        网文摘手是一个网络收藏工具。下载并安装后,就可以将互联网上看到的好文章、好图片保存到自己的个人图书馆中!登录www.360doc.com帐号即可查看收藏过的文章,是网络文章收藏的好帮手!                    

Extension Basic Information

Name 网文摘手 网文摘手
ID hpdmagfinfjkljobgngfeecfglalnfpk
Official URL https://chromewebstore.google.com/detail/%E7%BD%91%E6%96%87%E6%91%98%E6%89%8B/hpdmagfinfjkljobgngfeecfglalnfpk
Description 一键摘取文章
File Size 30 KB
Installation Count 2,453
Current Version 2.0.2
Last Updated 2021-01-28
Publish Date 2014-11-13
Rating 3.44/5 Total 9 Ratings
Developer cathy_cai
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "\u7f51\u6587\u6458\u624b",
    "version": "2.0.2",
    "description": "\u4e00\u952e\u6458\u53d6\u6587\u7ae0",
    "author": "360doc",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "16.png",
        "default_title": "360doc\u7f51\u6587\u6458\u624b"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self' https:\/\/*.360doc.com; style-src 'self' https:\/\/*.360doc.com 'unsafe-inline'; script-src 'self' https:\/\/*.360doc.com  'unsafe-eval'; img-src *",
    "web_accessible_resources": [
        "ifr.html"
    ]
}