Imgur Peeker
Adds a link next to the user's name to go directly to albums.
什么是Imgur Peeker?
Imgur Peeker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Adds a link next to the user's name to go directly to albums.”。
扩展截图
下载Imgur Peeker扩展crx文件
下载Imgur Peeker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a link next to the user's name to go directly to albums. 扩展基本信息
| 名称 | |
| ID | imblcbiihlokenchlldaibjfhpglpfod |
| 官方URL | https://chromewebstore.google.com/detail/imgur-peeker/imblcbiihlokenchlldaibjfhpglpfod |
| 简介 | Adds a link next to the user's name to go directly to albums. |
| 文件大小 | 26.31 KB |
| 安装次数 | 446 |
| 当前版本 | 2.1.0 |
| 更新时间 | 2017-01-26 |
| 上架时间 | 2017-01-26 |
| 评分 | 3.38/5 共13次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Imgur Peeker",
"description": "Adds a link next to the user's name to go directly to albums.",
"version": "2.1.0",
"icons": {
"48": "gir48.png",
"128": "gir128.png"
},
"browser_action": {
"default_icon": {
"48": "gir48.png",
"128": "gir128.png"
},
"default_title": "Imgur Peeker"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.imgur.com\/*"
],
"js": [
"main.js"
]
}
]
} | |