500px New Tab
View the best photos from 500px.com when opening a new tab
Qu'est-ce que 500px New Tab ?
500px New Tab est une extension Chrome développée par Thamer Al-Tassan, et sa fonction principale est "View the best photos from 500px.com when opening a new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 500px New Tab
Téléchargez les fichiers d'extension 500px New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | 500px New Tab |
ID | bedipelpnfkhdmmnfdajiehjbbgeepbp |
URL Officiel | https://chromewebstore.google.com/detail/500px-new-tab/bedipelpnfkhdmmnfdajiehjbbgeepbp |
Description | View the best photos from 500px.com when opening a new tab |
Taille du Fichier | 66.75 KB |
Nombre d'Installations | 119 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-06-17 |
Date de Publication | 2014-06-17 |
Évaluation | 3.71/5 Total 7 Évaluations |
Développeur | Thamer Al-Tassan |
Type de Paiement | free |
Site Web de l'Extension | http://www.thameraltassan.com |
Langues Prises en Charge | 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" } |