Clippy 2: Revenge of the Clip
Finally, Clippy comes to Chrome! Get help browsing the web.
什么是Clippy 2: Revenge of the Clip?
Clippy 2: Revenge of the Clip是由frausto开发的Chrome扩展程序,该扩展的主要功能是“Finally, Clippy comes to Chrome! Get help browsing the web.”。
扩展截图
下载Clippy 2: Revenge of the Clip扩展crx文件
下载Clippy 2: Revenge of the Clip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever been browsing the web and thought to yourself: "This is too easy and completely not something I need help with... If only I had Clippy while browsing the web to try to help me!"
Neither have I. But here it is anyway.
* Does clippy do anything useful? No.
* Is he condescending for no reason? Yes.
* Is the plugin performant or optimized in any way? Of course not.
* Will it possibly crash your browser and cause things to break. Almost certainly.
Finally, Clippy for chrome! 扩展基本信息
| 名称 | |
| ID | ioideobcfemcedhabcggofbnbbmoahfn |
| 官方URL | https://chrome.google.com/webstore/detail/clippy-2-revenge-of-the-c/ioideobcfemcedhabcggofbnbbmoahfn |
| 简介 | Finally, Clippy comes to Chrome! Get help browsing the web. |
| 文件大小 | 1.52 MB |
| 安装次数 | 420 |
| 当前版本 | 1.2 |
| 更新时间 | 2014-06-04 |
| 上架时间 | 2014-06-04 |
| 评分 | 4.06/5 共51次评分 |
| 开发者 | frausto |
| 付费类型 | free |
| 扩展官网 | http://www.fraustollc.com/blog/clippy_two/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clippy 2: Revenge of the Clip",
"short_name": "Clippy",
"version": "1.2",
"manifest_version": 2,
"description": "Finally, Clippy comes to Chrome! Get help browsing the web.",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"clippy-revenge.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"clippy.css"
],
"js": [
"jquery-1.8.2.min.js",
"clippy.js",
"sounds-mp3.js",
"agent.js",
"clippy-revenge-content.js"
]
}
],
"web_accessible_resources": [
"map.png"
]
} | |