500px Photo New Tab - Inspiration
500px's editors handpicked the very best photos for your browser new tabs. Stay inspired, keep photographing!
什么是500px Photo New Tab - Inspiration?
500px Photo New Tab - Inspiration是由500px开发的Chrome扩展程序,该扩展的主要功能是“500px's editors handpicked the very best photos for your browser new tabs. Stay inspired, keep photographing!”。
扩展截图
下载500px Photo New Tab - Inspiration扩展crx文件
下载500px Photo New Tab - Inspiration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
500px's editors handpicked the very best photos for your browser new tabs. Stay inspired, keep photographing! 扩展基本信息
| 名称 | |
| ID | clbaflfnbbbgjppjogdmnhkgpiijamdg |
| 官方URL | https://chromewebstore.google.com/detail/500px-photo-new-tab-inspi/clbaflfnbbbgjppjogdmnhkgpiijamdg |
| 简介 | 500px's editors handpicked the very best photos for your browser new tabs. Stay inspired, keep photographing! |
| 文件大小 | 3.46 MB |
| 安装次数 | 4,518 |
| 当前版本 | 2.0.3 |
| 更新时间 | 2015-05-15 |
| 上架时间 | 2015-05-15 |
| 评分 | 3.77/5 共73次评分 |
| 开发者 | 500px |
| 付费类型 | free |
| 扩展官网 | http://500px.com |
| 帮助页面URL | http://support.500px.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "500px Photo New Tab - Inspiration",
"version": "2.0.3",
"manifest_version": 2,
"description": "500px's editors handpicked the very best photos for your browser new tabs. Stay inspired, keep photographing!",
"homepage_url": "http:\/\/500px.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"options_page": "src\/option.html",
"options_ui": {
"page": "src\/option.html",
"chrome_style": true
},
"chrome_url_overrides": {
"newtab": "src\/override\/override.html"
},
"permissions": [
"storage",
"https:\/\/*.500px.com\/*",
"http:\/\/*.500px.com\/*"
]
} | |