Clext
Grammer Clock in your browser
什么是Clext?
Clext是由Jarques开发的Chrome扩展程序,该扩展的主要功能是“Grammer Clock in your browser”。
扩展截图
下载Clext扩展crx文件
下载Clext扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | ![]() |
ID | pdmdlpkmpfbcbnldaanecoeilkkcfhcl |
官方URL | https://chrome.google.com/webstore/detail/clext/pdmdlpkmpfbcbnldaanecoeilkkcfhcl |
简介 | Grammer Clock in your browser |
文件大小 | 8.24 KB |
安装次数 | 15 |
当前版本 | 1 |
更新时间 | 2012-10-18 |
上架时间 | 2012-10-18 |
开发者 | Jarques |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |