Inspiration.Photos
Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.
Was ist Inspiration.Photos?
Inspiration.Photos ist eine Chrome-Erweiterung, die von http://joymems.com entwickelt wurde, und ihr Hauptmerkmal ist "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.".
Erweiterungsscreenshots
Inspiration.Photos-Erweiterungs-CRX-Datei herunterladen
Laden Sie Inspiration.Photos-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hmjmjacmmogimpnhklgbgiganebangkc |
Offizielle URL | https://chrome.google.com/webstore/detail/inspirationphotos/hmjmjacmmogimpnhklgbgiganebangkc |
Beschreibung | Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic. |
Dateigröße | 235 KB |
Installationsanzahl | 49 |
Aktuelle Version | 0.1.9 |
Letztes Update | 2017-01-28 |
Veröffentlichungsdatum | 2017-01-28 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | http://joymems.com |
Zahlungsart | free |
Erweiterungswebsite | http://joymems.com/ |
Hilfeseite URL | http://www.joymems.com/faq.html |
Unterstützte Sprachen | 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" ] } ] } |