NASA Picture of the Day
Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
Apa itu NASA Picture of the Day?
NASA Picture of the Day adalah ekstensi Chrome yang dikembangkan oleh http://breakfasthack.com, dan fitur utamanya adalah "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NASA Picture of the Day
Unduh file ekstensi NASA Picture of the Day 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
A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery. Very minimalistic.
Informasi Dasar Ekstensi
Nama | |
ID | njgkhaihjhccfmimhnddjgmdmnplhdel |
URL Resmi | https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel |
Deskripsi | Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery. |
Ukuran File | 34.96 KB |
Jumlah Instalasi | 907 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-03-30 |
Tanggal Publikasi | 2015-03-30 |
Penilaian | 4.00/5 Total 8 Penilaian |
Pengembang | http://breakfasthack.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://breakfasthack.com |
URL Halaman Bantuan | http://breakfasthack.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NASA Picture of the Day", "short_name": "NASA_POTD", "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "page.html" }, "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "icons": { "128": "icon.png" }, "manifest_version": 2 } |