LeetCode Keeper
A leetcode time keeper.
LeetCode Keeperとは何ですか?
LeetCode KeeperはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A leetcode time keeper.」です。
拡張機能のスクリーンショット
LeetCode Keeper拡張機能のCRXファイルをダウンロード
LeetCode Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A leetcode time keeper. After installed, it will help to show time on the leetcode problem site and remember it.
拡張機能の基本情報
名前 | LeetCode Keeper |
ID | ailghlmigafblkgpmbmhaoggcppmgbgh |
公式URL | https://chromewebstore.google.com/detail/leetcode-keeper/ailghlmigafblkgpmbmhaoggcppmgbgh |
説明 | A leetcode time keeper. |
ファイルサイズ | 10.04 KB |
インストール数 | 58 |
現在のバージョン | 1.1 |
最終更新日 | 2019-08-11 |
公開日 | 2019-08-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeetCode Keeper", "version": "1.1", "manifest_version": 2, "description": "A leetcode time keeper.", "permissions": [ "storage" ], "icons": { "16": "images\/favicon.png", "32": "images\/favicon.png", "48": "images\/favicon.png", "128": "images\/favicon.png" }, "content_scripts": [ { "matches": [ "https:\/\/leetcode.com\/problems\/*\/" ], "js": [ "clock\/insertClock.js" ] } ] } |