Web Clipper
Save your favorite parts of the internet using this handy web clipper!
什么是Web Clipper?
Web Clipper是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Save your favorite parts of the internet using this handy web clipper!”。
扩展截图
下载Web Clipper扩展crx文件
下载Web Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
-No need to sign up -Data stored locally on your machine -Save, star, and delete items on your saved list -Type in and enter your own items to your saved list You can save a block of highlighted text, a web page, a link, or an audio file using the Web Clipper right click menu option. Once it has been saved, the item can be viewed in the popup window in the top right corner of your web browser.
扩展基本信息
名称 | Web Clipper |
ID | pnkophekijnfmnoenbakmfjjhfjfncfn |
官方URL | https://chromewebstore.google.com/detail/web-clipper/pnkophekijnfmnoenbakmfjjhfjfncfn |
简介 | Save your favorite parts of the internet using this handy web clipper! |
文件大小 | 451 KB |
安装次数 | 34 |
当前版本 | 1.0.4 |
更新时间 | 2019-12-18 |
上架时间 | 2019-12-18 |
评分 | 5.00/5 共3次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Clipper", "description": "Save your favorite parts of the internet using this handy web clipper!", "version": "1.0.4", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "background": { "scripts": [ "app\/background.js" ] }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_security_policy": "script-src 'self' 'sha256-31wM8eF+W2EIVBBtylCWWu4oRMtgZN1NAG5wAtANfWE='; object-src 'self'", "permissions": [ "activeTab", "contextMenus", "storage" ] } |