500px New Tab
View the best photos from 500px.com when opening a new tab
Was ist 500px New Tab?
500px New Tab ist eine Chrome-Erweiterung, die von Thamer Al-Tassan entwickelt wurde, und ihr Hauptmerkmal ist "View the best photos from 500px.com when opening a new tab".
Erweiterungsscreenshots
500px New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie 500px New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bedipelpnfkhdmmnfdajiehjbbgeepbp |
| Offizielle URL | https://chromewebstore.google.com/detail/500px-new-tab/bedipelpnfkhdmmnfdajiehjbbgeepbp |
| Beschreibung | View the best photos from 500px.com when opening a new tab |
| Dateigröße | 66.75 KB |
| Installationsanzahl | 119 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2014-06-17 |
| Veröffentlichungsdatum | 2014-06-17 |
| Bewertung | 3.71/5 Insgesamt 7 Bewertungen |
| Entwickler | Thamer Al-Tassan |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.thameraltassan.com |
| Unterstützte Sprachen | 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"
} | |