Timer
Timer Chrome extention, by Pascal Pirate
Timerとは何ですか?
TimerはPascal Pirateによって開発されたChromeの拡張機能で、その主な機能は「Timer Chrome extention, by Pascal Pirate」です。
拡張機能のスクリーンショット
Timer拡張機能のCRXファイルをダウンロード
Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple no thrills timer. Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done. Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds. Thanks SoundBible.com for the sounds.
拡張機能の基本情報
名前 | Timer |
ID | pcffggaleeohaackonphbhgdodegogej |
公式URL | https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej |
説明 | Timer Chrome extention, by Pascal Pirate |
ファイルサイズ | 819 KB |
インストール数 | 20 |
現在のバージョン | 3.2.1 |
最終更新日 | 2017-03-15 |
公開日 | 2017-03-15 |
開発者 | Pascal Pirate |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "description": "Timer Chrome extention, by Pascal Pirate", "version": "3.2.1", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "hourglass.png" }, "options_page": "options.html", "browser_action": { "default_icon": "hourglass.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |