Simple Clock for Google Chrome™
Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.
Vad är Simple Clock for Google Chrome™?
Simple Clock for Google Chrome™ är en Chrome-tillägg utvecklad av Roger Westfall, och dess huvudfunktion är "Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.".
Tilläggsskärmbilder
Ladda ner Simple Clock for Google Chrome™-förlängningens CRX-fil
Ladda ner Simple Clock for Google Chrome™-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
A minimal clock with the time, date, and access to google apps every time you open a new tab.
Grundläggande Information om Tillägg
Namn | |
ID | kjbggibcgbnghjcdcflehiikahlpcllk |
Officiell webbadress | https://chrome.google.com/webstore/detail/simple-clock-for-google-c/kjbggibcgbnghjcdcflehiikahlpcllk |
Beskrivning | Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab. |
Filstorlek | 5.27 MB |
Antal Installationer | 601 |
Aktuell Version | 1.2.3 |
Senast Uppdaterad | 2020-02-04 |
Publiceringsdatum | 2020-02-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Roger Westfall |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Clock for Google Chrome\u2122", "description": "Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.", "short_name": "Simple Clock", "author": "Roger Westfall", "version": "1.2.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "tabs" ] } |