Inspiration.Photos
Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.
Apa itu Inspiration.Photos?
Inspiration.Photos adalah ekstensi Chrome yang dikembangkan oleh http://joymems.com, dan fitur utamanya adalah "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Inspiration.Photos
Unduh file ekstensi Inspiration.Photos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hmjmjacmmogimpnhklgbgiganebangkc |
URL Resmi | https://chrome.google.com/webstore/detail/inspirationphotos/hmjmjacmmogimpnhklgbgiganebangkc |
Deskripsi | Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic. |
Ukuran File | 235 KB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 0.1.9 |
Terakhir Diperbarui | 2017-01-28 |
Tanggal Publikasi | 2017-01-28 |
Penilaian | 5.00/5 Total 9 Penilaian |
Pengembang | http://joymems.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://joymems.com/ |
URL Halaman Bantuan | http://www.joymems.com/faq.html |
Bahasa yang Didukung | 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" ] } ] } |