500px New Tab
View the best photos from 500px.com when opening a new tab
什麼是500px New Tab?
500px New Tab是由Thamer Al-Tassan開發的Chrome擴展程式,該擴展的主要功能是“View the best photos from 500px.com when opening a new tab”。
擴展截圖
下載500px New Tab擴展crx文件
下載500px New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features: - View Popular, Editor's Choice, Upcoming, Fresh, and photos from photographers you are Following - Filter photos by category - Search photos - Choose a default section - Choose between Light and Dark themes Disclaimer: - This is an unofficial 500px extension. It uses 500px API calls to fetch images from its feed. - 500px name, logo and images are copyright of 500px and respective image owners. Created by http://thameraltassan.com Developed by http://www.ineedwebsite.com.au
擴展基本資訊
名稱 | 500px New Tab |
ID | bedipelpnfkhdmmnfdajiehjbbgeepbp |
官方網址 | https://chromewebstore.google.com/detail/500px-new-tab/bedipelpnfkhdmmnfdajiehjbbgeepbp |
簡介 | View the best photos from 500px.com when opening a new tab |
檔案大小 | 66.75 KB |
安裝次數 | 119 |
目前版本 | 1.1 |
更新時間 | 2014-06-17 |
上架時間 | 2014-06-17 |
評分 | 3.71/5 共 7 次評分 |
開發者 | Thamer Al-Tassan |
付費類型 | free |
擴展官網 | http://www.thameraltassan.com |
支援的語言 | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "content_scripts": [ { "js": [ "js\/jquery-1.11.1.min.js", "js\/app.js" ], "matches": [ "https:\/\/api.500px.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.500px.com https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "View the best photos from 500px.com when opening a new tab", "icons": { "16": "img\/500px_new_tab_icon_16.png", "48": "img\/500px_new_tab_icon_48.png", "128": "img\/500px_new_tab_icon_128.png" }, "manifest_version": 2, "name": "500px New Tab", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |