Solar

A living solar system for your new tab page

Co to jest Solar?

Solar to rozszerzenie Chrome opracowane przez https://mikmaks.co.nf, a jego główną funkcją jest „A living solar system for your new tab page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Solar

Pobierz pliki rozszerzeń Solar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Sets your new tab page to a beautiful solar system.
See the 3-day forecast.
Keep a convenient to-do list.
Check the time.
Have your most important links orbiting the sun.
All of that and more, when you install Solar.
Enjoy :)

Changes in version 1.8!:
1. Planets look prettier (arguably :D)
2. Links appear when hovering over planets
3. Fixed Jupiter link bug

Again, I stress, tell me if you find any bugs or glitches, and leave feedback if you like it. Thank you!                    

Podstawowe informacje o rozszerzeniu

Nazwa Solar Solar
ID ikkgfgogkemkgheegbioejihpoljdmlo
Oficjalny URL https://chromewebstore.google.com/detail/solar/ikkgfgogkemkgheegbioejihpoljdmlo
Opis A living solar system for your new tab page
Rozmiar pliku 2.7 MB
Liczba instalacji 97
Aktualna Wersja 1.8
Ostatnia Aktualizacja 2016-06-30
Data Publikacji 2016-06-29
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://mikmaks.co.nf
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Solar",
    "description": "A living solar system for your new tab page",
    "version": "1.8",
    "icons": {
        "16": "graphics\/icon16.png",
        "48": "graphics\/icon48.png",
        "128": "graphics\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "system.html"
    },
    "permissions": [
        "storage",
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}