ShowTime

Extension to show the current time and date

Co to jest ShowTime?

ShowTime to rozszerzenie Chrome opracowane przez prateek.mehta, a jego główną funkcją jest „Extension to show the current time and date”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ShowTime

Pobierz pliki rozszerzeń ShowTime 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

                        - Use the ShowTime extension to see the current time and date
- This extension demonstrates the use of the Browser-Action component
provided by the Google Chrome Extensions framework
- It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)                    

Podstawowe informacje o rozszerzeniu

Nazwa ShowTime ShowTime
ID fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
Oficjalny URL https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
Opis Extension to show the current time and date
Rozmiar pliku 14.5 KB
Liczba instalacji 215
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-03-24
Data Publikacji 2016-03-23
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper prateek.mehta
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://pixdip.com/extensions
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShowTime",
    "description": "Extension to show the current time and date",
    "version": "1.2",
    "browser_action": {
        "default_title": "ShowTime",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}