Clext

Grammer Clock in your browser

Clextとは何ですか?

ClextはJarquesによって開発されたChromeの拡張機能で、その主な機能は「Grammer Clock in your browser」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 Clext Clext
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
Eメール [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"
    ]
}