好网角收藏夹
右键收藏网页、一键快照网页;跨平台云收藏、知识分享、稍后阅读
好网角收藏夹とは何ですか?
好网角收藏夹はhttps://www.wang1314.comによって開発されたChromeの拡張機能で、その主な機能は「右键收藏网页、一键快照网页;跨平台云收藏、知识分享、稍后阅读」です。
拡張機能のスクリーンショット
好网角收藏夹拡張機能のCRXファイルをダウンロード
好网角收藏夹拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
免费知识整理、稍后阅读神器。
一键收藏喜欢的网页链接;
一键快照网页链接,网页失效也永不丢失;
支持多终端,浏览器、手机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 |
| Eメール | [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"
}
} | |