Inspiration.Photos
Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.
Cos'è Inspiration.Photos?
Inspiration.Photos è un'estensione di Chrome sviluppata da http://joymems.com, e la sua funzione principale è "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Inspiration.Photos
Scarica i file di estensione Inspiration.Photos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Replace the ordinary blank page of new tabs with beautiful and inspiring photos. After installing, every time you open a new tab you will see great photos from all over the world. Fall in love with stunning pictures of places, animals and nature. Built for Chrome, designed for you. We've upgraded inspiration.photos to include more features. Please use joymems.com http://joymems.com instead.
Informazioni di Base sull'Estensione
Nome | |
ID | hmjmjacmmogimpnhklgbgiganebangkc |
URL Ufficiale | https://chrome.google.com/webstore/detail/inspirationphotos/hmjmjacmmogimpnhklgbgiganebangkc |
Descrizione | Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic. |
Dimensione del File | 235 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 0.1.9 |
Ultimo Aggiornamento | 2017-01-28 |
Data di Pubblicazione | 2017-01-28 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | http://joymems.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://joymems.com/ |
URL della Pagina di Aiuto | http://www.joymems.com/faq.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inspiration.Photos", "version": "0.1.9", "manifest_version": 2, "description": "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.", "homepage_url": "http:\/\/joymems.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "background.html", "persistent": true }, "chrome_url_overrides": { "newtab": "override.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'", "permissions": [ "geolocation", "storage", "unlimitedStorage", "cookies", "management", "notifications", "identity" ], "content_scripts": [ { "matches": [ "*:\/\/*.inspiration.photos\/*" ], "css": [ "css\/inject.css" ], "js": [ "js\/inject.js" ] } ] } |