好网角收藏夹

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

好网角收藏夹란 무엇입니까?

好网角收藏夹은(는) https://www.wang1314.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "右键收藏网页、一键快照网页;跨平台云收藏、知识分享、稍后阅读"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

好网角收藏夹 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 好网角收藏夹 好网角收藏夹
ID dpfgphpjfcppekdeofdkmfelkmlkngil
공식 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
설명 右键收藏网页、一键快照网页;跨平台云收藏、知识分享、稍后阅读
파일 크기 812 KB
설치 횟수 29
현재 버전 5.0.9
최근 업데이트 2023-11-22
출시 날짜 2013-03-13
개발자 https://www.wang1314.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wang1314.com/
도움말 페이지 URL https://www.wang1314.com/helpForNew
개인정보 보호 정책 페이지 URL https://www.wang1314.com/privacy
지원되는 언어 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"
    }
}