好网角收藏夹

右键收藏网页、一键快照网页;跨平台云收藏、知识分享、稍后阅读

What is 好网角收藏夹?

好网角收藏夹 is a Chrome extension developed by https://www.wang1314.com, and its main feature is "右键收藏网页、一键快照网页;跨平台云收藏、知识分享、稍后阅读".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
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

                        免费知识整理、稍后阅读神器。
一键收藏喜欢的网页链接;
一键快照网页链接,网页失效也永不丢失;
支持多终端,浏览器、手机App、微信端多端自动云同步。
已稳定运行十年!

新增浏览器滚动整页截图快照上传功能,再也不怕喜欢的网页链接失效了!
更有网页正文提取保存文章功能!
以及word,excle,pdf文档上传、预览、下载功能!
学习、工作的好助手!                    

Extension Basic Information

Name 好网角收藏夹 好网角收藏夹
ID dpfgphpjfcppekdeofdkmfelkmlkngil
Official URL https://chromewebstore.google.com/detail/%E5%A5%BD%E7%BD%91%E8%A7%92%E6%94%B6%E8%97%8F%E5%A4%B9/dpfgphpjfcppekdeofdkmfelkmlkngil
Description 右键收藏网页、一键快照网页;跨平台云收藏、知识分享、稍后阅读
File Size 812 KB
Installation Count 29
Current Version 5.0.9
Last Updated 2023-11-22
Publish Date 2013-03-13
Developer https://www.wang1314.com
Email [email protected]
Payment Type free
Extension Website https://www.wang1314.com/
Help Page URL https://www.wang1314.com/helpForNew
Privacy Policy Page URL https://www.wang1314.com/privacy
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.0.9",
    "default_locale": "zh_CN",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*.wang1314.com\/*",
        "https:\/\/*.wang1314.com\/*"
    ],
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "action": {
        "default_icon": "assets\/icon.png",
        "default_popup": ""
    },
    "commands": {
        "shortcut_saveurl": {
            "suggested_key": {
                "default": "Alt+Shift+W"
            },
            "description": "\u6267\u884c\u5feb\u6377\u952e\u4fdd\u5b58\u7f51\u9875\u7684\u547d\u4ee4"
        },
        "shortcut_savesnap": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            },
            "description": "\u6267\u884c\u5feb\u6377\u952e\u4fdd\u5b58\u7f51\u9875\u5e76\u5feb\u7167\u7684\u547d\u4ee4"
        }
    },
    "content_scripts": [
        {
            "css": [
                "assets\/savet_to_fav_wang1314.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/popup.html",
                "html\/index.html",
                "html\/user.html",
                "html\/msg.html",
                "html\/edit.html",
                "html\/setting.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}