500px Photo New Tab - Inspiration
500px's editors handpicked the very best photos for your browser new tabs. Stay inspired, keep photographing!
Was ist 500px Photo New Tab - Inspiration?
500px Photo New Tab - Inspiration ist eine Chrome-Erweiterung, die von 500px entwickelt wurde, und ihr Hauptmerkmal ist "500px's editors handpicked the very best photos for your browser new tabs. Stay inspired, keep photographing!".
Erweiterungsscreenshots
500px Photo New Tab - Inspiration-Erweiterungs-CRX-Datei herunterladen
Laden Sie 500px Photo New Tab - Inspiration-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
500px's editors handpicked the very best photos for your browser new tabs. Stay inspired, keep photographing! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | clbaflfnbbbgjppjogdmnhkgpiijamdg |
| Offizielle URL | https://chromewebstore.google.com/detail/500px-photo-new-tab-inspi/clbaflfnbbbgjppjogdmnhkgpiijamdg |
| Beschreibung | 500px's editors handpicked the very best photos for your browser new tabs. Stay inspired, keep photographing! |
| Dateigröße | 3.46 MB |
| Installationsanzahl | 4,518 |
| Aktuelle Version | 2.0.3 |
| Letztes Update | 2015-05-15 |
| Veröffentlichungsdatum | 2015-05-15 |
| Bewertung | 3.77/5 Insgesamt 73 Bewertungen |
| Entwickler | 500px |
| Zahlungsart | free |
| Erweiterungswebsite | http://500px.com |
| Hilfeseite URL | http://support.500px.com |
| Unterstützte Sprachen | 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\/*"
]
} | |