Slides Timer
Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <
什麼是Slides Timer?
Slides Timer是由https://claycodes.org開發的Chrome擴展程式,該擴展的主要功能是“Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <
擴展截圖
下載Slides Timer擴展crx文件
下載Slides Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Pause and restart timers with the d key. Reset timers with the e key. Add $ in a count down or up timer to start it in a paused state. More granular time formatting. Be sure to refresh your slides after you install for the timer to work. Slides Timer is an extension which will automatically bring timers to life in presented slides. Times placed between << and >> will be replaced with a timer. Use - as the last character to count down from the specified time. Use + to count up from the specified time. use <
擴展基本資訊
名稱 | Slides Timer |
ID | nfhjdkmpebifdelclimjfaackjhiglpc |
官方網址 | https://chromewebstore.google.com/detail/slides-timer/nfhjdkmpebifdelclimjfaackjhiglpc |
簡介 | Create timers using placeholders. ie <<0:00+>>, <<5:00->>, < |
檔案大小 | 17.04 KB |
安裝次數 | 111,747 |
目前版本 | 1.27 |
更新時間 | 2023-04-07 |
上架時間 | 2020-02-16 |
評分 | 3.33/5 共 57 次評分 |
開發者 | https://claycodes.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.claycodes.org/google-add-onsextensions |
說明頁面URL | https://www.claycodes.org/google-add-onsextensions |
隱私政策頁面URL | https://www.claycodes.org/home/privacy-policy |
支援的語言 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.27", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/docs.google.com\/presentation*" ], "js": [ "contentscript.js" ] } ], "action": { "default_icon": { "19": "images\/icons\/19.png", "38": "images\/icons\/38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "offline_enabled": true } |