Neon work clock - newtab

Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.

Vad är Neon work clock - newtab?

Neon work clock - newtab är en Chrome-tillägg utvecklad av https://neonwork.click, och dess huvudfunktion är "Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Neon work clock - newtab-förlängningens CRX-fil

Ladda ner Neon work clock - newtab-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

                        This is a new tab page plugin that uses neon light effects to display and record information such as work status and work hours.
The main function:
1. Display the clock (with a nice neon effect)
2. Display working status
3. You can use the pull light effect to control the working state
4. Record the working status and calculate the working hours today
5. display top visit site on page                    

Grundläggande Information om Tillägg

Namn Neon work clock - newtab Neon work clock - newtab
ID ikckgihkcenlmafeeheiadmdlpfppaij
Officiell webbadress https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij
Beskrivning Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.
Filstorlek 1003 KB
Antal Installationer 928
Aktuell Version 1.4.0
Senast Uppdaterad 2022-07-10
Publiceringsdatum 2022-06-28
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare https://neonwork.click
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.neonwork.click/
URL till Sekretesspolicy Sidan https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html
Stödda Språk en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "icons": {
        "128": "logo.png",
        "48": "logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "notifications",
        "topSites"
    ],
    "name": "__MSG_title__",
    "version": "1.4.0",
    "default_locale": "en",
    "manifest_version": 3
}