500px Chrome Extension
Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)
什麼是500px Chrome Extension?
500px Chrome Extension是由Pumpkin Studios開發的Chrome擴展程式,該擴展的主要功能是“Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)”。
擴展截圖
下載500px Chrome Extension擴展crx文件
下載500px Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
500px extension for chrome browser Opens a new random image whenever you open a new tab in chrome. * Pre fetch images for smooth performance * Displays image Exif data and details in modal * Choose between different streams: popular, editors choice, upcoming, fresh. * You can use your custom 500px consumer key for 500px API calls. # NOTE # * This is an Unofficial 500px extension. Uses 500px API calls to fetch images from its feed. * 500px name, logo and images are copyright of 500px and respective image owners. # Updates # * Added navigation icons to navigate next/previous images * Added keyboard shortcuts to handle left/right keypress and load previous/next image. (Focus should be inside the page for keyboard shortcuts to work) * Added keyboard shortcuts to load image info modal (i), to reload images (r) and to show chrome apps list (a).
擴展基本資訊
名稱 | 500px Chrome Extension |
ID | nhghokbojmbheijdiecnjkifnahakkcm |
官方網址 | https://chromewebstore.google.com/detail/500px-chrome-extension/nhghokbojmbheijdiecnjkifnahakkcm |
簡介 | Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension) |
檔案大小 | 316 KB |
安裝次數 | 968 |
目前版本 | 1.2 |
更新時間 | 2014-04-26 |
上架時間 | 2014-04-26 |
評分 | 3.33/5 共 24 次評分 |
開發者 | Pumpkin Studios |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "500px Chrome Extension", "description": "Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)", "version": "1.2", "incognito": "split", "icons": { "48": "icon_500px.png" }, "chrome_url_overrides": { "newtab": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/api.500px.com\/", "management" ], "manifest_version": 2 } |