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 |
官方網址 | 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\/" ] } |