Clip Page
See the Web to gather clips.
什么是Clip Page?
Clip Page是由GGamagidev开发的Chrome扩展程序,该扩展的主要功能是“See the Web to gather clips.”。
扩展截图
下载Clip Page扩展crx文件
下载Clip Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Display together with a clip of a Web page.
You can see in the collectively fragmentary information of multiple Web.
This is useful when you see at once the list of 2-3 pages.
Selected a long clip of the scissors, and the lower truncated easily.(screen shot 4th~5th)
To select the list that illuminates with a clip, please use the Ctrl + left mouse button or middle mouse button.
(Command + left mouse button on mac.) 扩展基本信息
| 名称 | |
| ID | mjapkjdghebpeepcmlhokcbpeihggkih |
| 官方URL | https://chromewebstore.google.com/detail/clip-page/mjapkjdghebpeepcmlhokcbpeihggkih |
| 简介 | See the Web to gather clips. |
| 文件大小 | 152 KB |
| 安装次数 | 65 |
| 当前版本 | 0.9.3 |
| 更新时间 | 2014-01-13 |
| 上架时间 | 2014-01-12 |
| 开发者 | GGamagidev |
| 付费类型 | free |
| 扩展官网 | http://ggamagidev.blogspot.com |
| 帮助页面URL | http://ggamagidev.blogspot.com/search/label/Start%20Line |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Clip Page",
"permissions": [
"storage",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"version": "0.9.3",
"description": "See the Web to gather clips.",
"homepage_url": "http:\/\/ggamagidev.blogspot.com\/",
"browser_action": {
"default_icon": "icon19.png",
"default_popup": "webclippopup.html"
},
"content_scripts": [
{
"css": [
"themes\/base\/jquery.ui.resizable.css"
],
"js": [
"jquery.min.js",
"jquery-ui.custom.min.js",
"webclipbg.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"options_page": "webclipoptions.html",
"icons": {
"16": "icon16.png",
"19": "icon19.png",
"64": "icon64.png",
"128": "icon128.png"
}
} | |