好网角收藏夹
右键收藏网页、一键快照网页;跨平台云收藏、知识分享、稍后阅读
Cos'è 好网角收藏夹?
好网角收藏夹 è un'estensione di Chrome sviluppata da https://www.wang1314.com, e la sua funzione principale è "右键收藏网页、一键快照网页;跨平台云收藏、知识分享、稍后阅读".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 好网角收藏夹
Scarica i file di estensione 好网角收藏夹 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
免费知识整理、稍后阅读神器。
一键收藏喜欢的网页链接;
一键快照网页链接,网页失效也永不丢失;
支持多终端,浏览器、手机App、微信端多端自动云同步。
已稳定运行十年!
新增浏览器滚动整页截图快照上传功能,再也不怕喜欢的网页链接失效了!
更有网页正文提取保存文章功能!
以及word,excle,pdf文档上传、预览、下载功能!
学习、工作的好助手! Informazioni di Base sull'Estensione
| Nome | |
| ID | dpfgphpjfcppekdeofdkmfelkmlkngil |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E5%A5%BD%E7%BD%91%E8%A7%92%E6%94%B6%E8%97%8F%E5%A4%B9/dpfgphpjfcppekdeofdkmfelkmlkngil |
| Descrizione | 右键收藏网页、一键快照网页;跨平台云收藏、知识分享、稍后阅读 |
| Dimensione del File | 812 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 5.0.9 |
| Ultimo Aggiornamento | 2023-11-22 |
| Data di Pubblicazione | 2013-03-13 |
| Sviluppatore | https://www.wang1314.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.wang1314.com/ |
| URL della Pagina di Aiuto | https://www.wang1314.com/helpForNew |
| URL della Pagina della Politica sulla Privacy | https://www.wang1314.com/privacy |
| Lingue Supportate | 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"
}
} | |