Nice APOD
A nicer looking Astronomy Picture of the Day from NASA
Apa itu Nice APOD?
Nice APOD adalah ekstensi Chrome yang dikembangkan oleh TadasTamo, dan fitur utamanya adalah "A nicer looking Astronomy Picture of the Day from NASA".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Nice APOD
Unduh file ekstensi Nice APOD 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
Nicer experience on Astronomy Picture of the Day by NASA (http://apod.nasa.gov): better font and line spacing, less obtrusive link color etc. Source code: https://github.com/tadast/nice-apod
Informasi Dasar Ekstensi
Nama | |
ID | jlnomhbpddlchjhndafjommmbchfobjc |
URL Resmi | https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc |
Deskripsi | A nicer looking Astronomy Picture of the Day from NASA |
Ukuran File | 27.05 KB |
Jumlah Instalasi | 119 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-01-26 |
Tanggal Publikasi | 2014-01-26 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | TadasTamo |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tadast |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nice APOD", "description": "A nicer looking Astronomy Picture of the Day from NASA", "version": "0.1", "minimum_chrome_version": "23", "icons": { "16": "images\/logo16.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/apod.nasa.gov\/apod\/*" ], "css": [ "css\/main.css" ], "js": [ "main.js" ] } ], "permissions": [ "tabs", "http:\/\/apod.nasa.gov\/apod\/*" ] } |