ShowTime

Extension to show the current time and date

Vad är ShowTime?

ShowTime är en Chrome-tillägg utvecklad av prateek.mehta, och dess huvudfunktion är "Extension to show the current time and date".

Tilläggsskärmbilder

screenshot

Ladda ner ShowTime-förlängningens CRX-fil

Ladda ner ShowTime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        - 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)                    

Grundläggande Information om Tillägg

Namn ShowTime ShowTime
ID fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
Officiell webbadress https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
Beskrivning Extension to show the current time and date
Filstorlek 14.5 KB
Antal Installationer 215
Aktuell Version 1.2
Senast Uppdaterad 2016-03-24
Publiceringsdatum 2016-03-23
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare prateek.mehta
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://pixdip.com/extensions
Stödda Språk 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"
    }
}