Quick Tools
Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Quick Toolsとは何ですか?
Quick Toolsは1337hashedbrownsによって開発されたChromeの拡張機能で、その主な機能は「Quick Tools are a set of useful tools such as calculators and converters to make things easier.」です。
拡張機能のスクリーンショット
Quick Tools拡張機能のCRXファイルをダウンロード
Quick Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick Tools is an extension that includes simple tools with easy access. It includes a calculator, a text replacer/formatter and a notepad with more to come! It also saves all of the text and options! Currently in beta, so please do report bugs!
拡張機能の基本情報
名前 | Quick Tools |
ID | kelhbmhhdglbippaedleoijldkolkhdp |
公式URL | https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp |
説明 | Quick Tools are a set of useful tools such as calculators and converters to make things easier. |
ファイルサイズ | 20.06 KB |
インストール数 | 30 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-05-21 |
公開日 | 2021-05-19 |
開発者 | 1337hashedbrowns |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Tools", "version": "1.0.2", "description": "Quick Tools are a set of useful tools such as calculators and converters to make things easier.", "author": "TheSavageTeddy", "permissions": [ "storage", "unlimitedStorage" ], "browser_action": { "default_popup": "html\/menu.html", "default_title": "Quick Tools" }, "icons": { "128": "app\/quick-tools-icon-128.png" }, "offline_enabled": true, "manifest_version": 2 } |