Clock on Top

A Clock that displays on top of each website

Vad är Clock on Top?

Clock on Top är en Chrome-tillägg utvecklad av jackandamydev, och dess huvudfunktion är "A Clock that displays on top of each website".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Clock on Top-förlängningens CRX-fil

Ladda ner Clock on Top-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

                        Ever get lost in time while browsing the internet?

Love using Chrome in full screen but miss looking at the clock?

Not anymore! With Clock on Top the current time will be visible in all your websites.

Simply add the extension, and you will see the time on the bottom right corner.

More features coming soon...                    

Grundläggande Information om Tillägg

Namn Clock on Top Clock on Top
ID gdeckkgddeepgggbjififpekknbpkfak
Officiell webbadress https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak
Beskrivning A Clock that displays on top of each website
Filstorlek 38.7 KB
Antal Installationer 62
Aktuell Version 1.0.0
Senast Uppdaterad 2020-07-08
Publiceringsdatum 2020-07-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare jackandamydev
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://jackandamydev.com/privacy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clock on Top",
    "description": "A Clock that displays on top of each website",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "roboto.css",
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}