Imagine
SSM Mini Project, Imagine
什么是Imagine?
Imagine是由zerocool530开发的Chrome扩展程序,该扩展的主要功能是“SSM Mini Project, Imagine”。
扩展截图
下载Imagine扩展crx文件
下载Imagine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Imagine
이미지를 Extension상에서 저장하고 분류할 수 있습니다. 扩展基本信息
| 名称 | |
| ID | fnafmokgjfigndacgjppegpajljpjnhf |
| 官方URL | https://chrome.google.com/webstore/detail/imagine/fnafmokgjfigndacgjppegpajljpjnhf |
| 简介 | SSM Mini Project, Imagine |
| 文件大小 | 1.46 MB |
| 安装次数 | 11 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-02-27 |
| 上架时间 | 2015-02-27 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | zerocool530 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Imagine",
"description": "SSM Mini Project, Imagine",
"version": "1.0",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"downloads",
"webNavigation",
"tabs",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"all_frames": true,
"js": [
"jquery-2.0.3.min.js",
"func1.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"web_accessible_resources": [
"\/pics\/icon2.png",
"\/pics\/save-32.png",
"jquery-2.0.3.min.map"
],
"commands": {
"toggle-feature-foo": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
},
"description": "Toggle feature foo",
"global": true
},
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+E",
"mac": "Command+Shift+Y",
"chromeos": "Ctrl+Shift+U",
"linux": "Ctrl+Shift+J"
}
},
"_execute_page_action": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"windows": "Alt+Shift+P",
"mac": "Alt+Shift+P"
}
}
}
} | |