Quizlet Shortcuts
Quizlet shortcuts to make learn and write study sets go faster!
Quizlet Shortcutsとは何ですか?
Quizlet Shortcutsはkrashによって開発されたChromeの拡張機能で、その主な機能は「Quizlet shortcuts to make learn and write study sets go faster!」です。
拡張機能のスクリーンショット
Quizlet Shortcuts拡張機能のCRXファイルをダウンロード
Quizlet Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you ever make a typo on Quizlet and have to take your hand off your keyboard to press "Override: I was correct". Quizlet Shortcuts shortens this process by setting up a shortcut key, that you can customize, to press it for you!!
拡張機能の基本情報
名前 | Quizlet Shortcuts |
ID | fklckbkonciifmohglgdppgikcbohjob |
公式URL | https://chromewebstore.google.com/detail/quizlet-shortcuts/fklckbkonciifmohglgdppgikcbohjob |
説明 | Quizlet shortcuts to make learn and write study sets go faster! |
ファイルサイズ | 15.86 KB |
インストール数 | 133 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-05-20 |
公開日 | 2022-05-18 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | krash |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quizlet Shortcuts", "description": "Quizlet shortcuts to make learn and write study sets go faster!", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/quizlet.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_title": "Settings" }, "permissions": [ "storage" ] } |