Inspiration.Photos
Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.
Wat is Inspiration.Photos?
Inspiration.Photos is een Chrome-extensie ontwikkeld door http://joymems.com, en de belangrijkste functie is "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.".
Extensie Screenshots
Download het CRX-bestand van de extensie Inspiration.Photos
Download Inspiration.Photos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hmjmjacmmogimpnhklgbgiganebangkc |
Officiële URL | https://chrome.google.com/webstore/detail/inspirationphotos/hmjmjacmmogimpnhklgbgiganebangkc |
Beschrijving | Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic. |
Bestandsgrootte | 235 KB |
Aantal Installaties | 49 |
Huidige Versie | 0.1.9 |
Laatst Bijgewerkt | 2017-01-28 |
Publicatiedatum | 2017-01-28 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | http://joymems.com |
Betalingswijze | free |
Extensiewebsite | http://joymems.com/ |
Help Pagina-URL | http://www.joymems.com/faq.html |
Ondersteunde Talen | 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" ] } ] } |