WizClipper
WizClipper
WizClipperคืออะไร?
WizClipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 为知笔记 และคุณลักษณะหลักของมันคือ "WizClipper"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WizClipper
ดาวน์โหลดไฟล์ส่วนขยาย WizClipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
2019-01-16 Fixed the issue that the folder list can not be refreshed Optimized some experience problems 2017-09-11 Added network protocol switching options Fixed an issue that can not sign in the plugin Fixed an issue that the optional tags error when adding tags Optimize some experience problems 2016-03-01 fixed: can't save note to wiz in chrome 49+ 2015-10-10 fixed: can't save to native in Chrome which version is lower than 45 2015-10-08 Update: add autoComplete when you input tag name. Update: use jquery plugin to replace the
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WizClipper |
ID | jfanfpmalehkemdiiebjljddhgojhfab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wizclipper/jfanfpmalehkemdiiebjljddhgojhfab |
คำอธิบาย | WizClipper |
ขนาดไฟล์ | 276 KB |
จำนวนการติดตั้ง | 30,000 |
เวอร์ชันปัจจุบัน | 4.0.10 |
อัปเดตครั้งล่าสุด | 2020-12-24 |
วันที่เผยแพร่ | 2019-01-16 |
คะแนน | 4.04/5 รวมทั้งหมด 504 คะแนน |
ผู้พัฒนา | 为知笔记 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.wiz.cn/ |
URL หน้านโยบายความเป็นส่วนตัว | http://wiz.cn/pages/go?blogName=wiz-privacy.html |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WizClipper", "description": "WizClipper", "version": "4.0.10", "manifest_version": 2, "default_locale": "en", "browser_action": { "default_icon": "images\/wiz-clipper-16.png", "default_title": "WizClipper", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html", "content_scripts": [ { "js": [ "scripts\/wiz\/WizConstant.js", "scripts\/wiz\/Browser.js", "scripts\/lib\/jquery.min.js", "clip_result\/loader.js", "scripts\/ClientClipper.js", "scripts\/ContentVeil.js", "scripts\/Preview.js", "scripts\/PageInfo.js", "scripts\/hatena-extract-content\/extract-content-all.js", "scripts\/GlobalUtils.js" ], "css": [ "styles\/contentpreview.css", "clip_result\/iframe.css" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "128": "images\/wiz-clipper-128.png", "48": "images\/wiz-clipper-48.png", "16": "images\/wiz-clipper-16.png" }, "permissions": [ "contextMenus", "cookies", "tabs", "storage", "unlimitedStorage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "scripts\/wiz\/WizConstant.js", "scripts\/wiz\/Browser.js", "scripts\/hatena-extract-content\/extract-content-all.js", "scripts\/lib\/zTree\/zTreeJs\/jquery.ztree.core-3.5.min.js", "scripts\/wiz\/Cookie.js", "scripts\/lib\/md5.js", "background.js", "scripts\/lib\/xmlrpc.js", "scripts\/lib\/jquery.min.js", "clip_result\/clip_result.css", "clip_result\/clip_result.html", "clip_result\/iframe.css", "clip_result\/loader.js", "clip_result\/small_snippet.css", "images\/nudge-icons\/nudge-icon-arrow-up.png", "images\/nudge-icons\/nudge-icon-arrow-down.png", "images\/nudge-icons\/nudge-icon-arrow-lr.png", "images\/nudge-icons\/nudge-icon-return.png", "images\/check.png", "images\/scissors.png", "images\/sync.png", "images\/warning.png", "images\/nudge-icons\/nudge-icon-arrow-up.png", "images\/nudge-icons\/nudge-icon-arrow-down.png", "images\/nudge-icons\/nudge-icon-arrow-lr.png", "images\/nudge-icons\/nudge-icon-return.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |