SlideShare Clipper
SlideShare toolkits to search, highlight and take notes!
什么是SlideShare Clipper?
SlideShare Clipper是由ShuoWu开发的Chrome扩展程序,该扩展的主要功能是“SlideShare toolkits to search, highlight and take notes!”。
扩展截图
下载SlideShare Clipper扩展crx文件
下载SlideShare Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SlideShare clipper provide an efficient way to view, note, search slides and transcripts in SlideShare.
**Privacy: user data are only be saved in browser storage locally** 扩展基本信息
| 名称 | |
| ID | okaejpolmbadfbmnpnmdjdocdblgcija |
| 官方URL | https://chromewebstore.google.com/detail/slideshare-clipper/okaejpolmbadfbmnpnmdjdocdblgcija |
| 简介 | SlideShare toolkits to search, highlight and take notes! |
| 文件大小 | 82.74 KB |
| 安装次数 | 3,321 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2017-02-12 |
| 上架时间 | 2017-02-12 |
| 评分 | 4.70/5 共10次评分 |
| 开发者 | ShuoWu |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SlideShare Clipper",
"version": "0.0.2",
"description": "SlideShare toolkits to search, highlight and take notes!",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"browser_action": {
"default_icon": "icons\/icon-16.png",
"default_popup": "index.html"
},
"manifest_version": 2,
"permissions": [
"storage",
"unlimitedStorage"
],
"content_scripts": [
{
"matches": [
"http:\/\/www.slideshare.net\/*\/*"
],
"js": [
"app.js"
],
"css": [
"app.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"inject\/inject.js"
]
} | |