ShowTime
Extension to show the current time and date
ShowTimeとは何ですか?
ShowTimeはprateek.mehtaによって開発されたChromeの拡張機能で、その主な機能は「Extension to show the current time and date」です。
拡張機能のスクリーンショット
ShowTime拡張機能のCRXファイルをダウンロード
ShowTime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        - Use the ShowTime extension to see the current time and date
- This extension demonstrates the use of the Browser-Action component
provided by the Google Chrome Extensions framework
- It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)                     拡張機能の基本情報
| 名前 |   |  
| ID | fndaeaoojfibdcpdkbgdjbmnfmnkkfpb | 
| 公式URL | https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb | 
| 説明 | Extension to show the current time and date | 
| ファイルサイズ | 14.5 KB | 
| インストール数 | 215 | 
| 現在のバージョン | 1.2 | 
| 最終更新日 | 2016-03-24 | 
| 公開日 | 2016-03-23 | 
| 評価 | 3.00/5 合計 2 レビュー | 
| 開発者 | prateek.mehta | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://pixdip.com/extensions | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShowTime",
    "description": "Extension to show the current time and date",
    "version": "1.2",
    "browser_action": {
        "default_title": "ShowTime",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}  |  |