Better500px
Enhances 500px.com with a few useful shortcuts for better navigation.
什么是Better500px?
Better500px是由nhoizey开发的Chrome扩展程序,该扩展的主要功能是“Enhances 500px.com with a few useful shortcuts for better navigation.”。
扩展截图
下载Better500px扩展crx文件
下载Better500px扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an extension for Firefox, Chrome and Opera that enhances 500px.com with a few useful shortcuts for better navigation:
- "Pulse" item in the menu that links to the search for current photographer, sorted by pulse. It might show several photographers if the name is common.
- "Favorites" item in the menu that links directly to the favorites, if such a gallery exists and contains at least one photo.
- White hearts shown in galleries on photos already liked.
This extension is built using the WebExtensions standard, sharing the exact same source code for Firefox and Chrome. 扩展基本信息
| 名称 | |
| ID | ibiamkipmkkignmechblpbdahngkjpam |
| 官方URL | https://chromewebstore.google.com/detail/better500px/ibiamkipmkkignmechblpbdahngkjpam |
| 简介 | Enhances 500px.com with a few useful shortcuts for better navigation. |
| 文件大小 | 31.44 KB |
| 安装次数 | 74 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2016-12-20 |
| 上架时间 | 2016-12-20 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | nhoizey |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Better500px",
"version": "1.3.0",
"author": "Nicolas Hoizey",
"description": "Enhances 500px.com with a few useful shortcuts for better navigation.",
"icons": {
"48": "icons\/better500px-48px.png",
"64": "icons\/better500px-64px.png",
"96": "icons\/better500px-96px.png",
"128": "icons\/better500px-128px.png"
},
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "45.0"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/500px.com\/*"
],
"js": [
"better500px.js"
]
}
],
"permissions": [
"https:\/\/api.500px.com\/*"
]
} | |