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 |
公式URL | 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 |
Eメール | [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 } |