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 |
| 官方網址 | 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\/*"
]
} | |