Simple Clock
A simple and efficient clock which can be used for productivity.
Vad är Simple Clock?
Simple Clock är en Chrome-tillägg utvecklad av Flare Devs, och dess huvudfunktion är "A simple and efficient clock which can be used for productivity.".
Tilläggsskärmbilder
Ladda ner Simple Clock-förlängningens CRX-fil
Ladda ner Simple Clock-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
Simple and elegant digital clock. It uses minimal design without much hassle. You can see the Day, Time and the Date.
Grundläggande Information om Tillägg
Namn | |
ID | fngkigemfllijjloedplghepagidclef |
Officiell webbadress | https://chrome.google.com/webstore/detail/simple-clock/fngkigemfllijjloedplghepagidclef |
Beskrivning | A simple and efficient clock which can be used for productivity. |
Filstorlek | 32.27 KB |
Antal Installationer | 20 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-05-24 |
Publiceringsdatum | 2019-05-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Flare Devs |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "index.html", "default_icon": "icons\/clock128.png" }, "icons": { "16": "icons\/clock16.png", "32": "icons\/clock32.png", "48": "icons\/clock48.png", "128": "icons\/clock128.png" }, "name": " Simple Clock", "version": "1.0.0", "description": " A simple and efficient clock which can be used for productivity.", "manifest_version": 2, "offline_enabled": true, "content_security_policy": "style-src 'self';script-src 'self';object-src 'self'", "permissions": [ "activeTab" ] } |