Clext
Grammer Clock in your browser
What is Clext?
Clext is a Chrome extension developed by Jarques, and its main feature is "Grammer Clock in your browser".
Extension Screenshots
Download Clext Extension CRX File
Download Clext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Clext is a simple Chrome Extension to let you know the time in an easy to read sentence. Clext uses GrammerTime by Thomas Davis: http://www.designedbythomas.co.uk/blog/grammartime-javascript-word-clock
Extension Basic Information
Name | ![]() |
ID | pdmdlpkmpfbcbnldaanecoeilkkcfhcl |
Official URL | https://chrome.google.com/webstore/detail/clext/pdmdlpkmpfbcbnldaanecoeilkkcfhcl |
Description | Grammer Clock in your browser |
File Size | 8.24 KB |
Installation Count | 15 |
Current Version | 1 |
Last Updated | 2012-10-18 |
Publish Date | 2012-10-18 |
Developer | Jarques |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clext", "version": "1", "description": "Grammer Clock in your browser", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "grammer.js" ] }, "permissions": [ "notifications" ], "web_accessible_resources": [ "icon.png" ] } |