ミニ便利ツール
ほんのちょっぴりあると便利かもしれないツールの詰め合わせ
What is ミニ便利ツール?
ミニ便利ツール is a Chrome extension developed by Lucycal, and its main feature is "ほんのちょっぴりあると便利かもしれないツールの詰め合わせ".
Extension Screenshots
Download ミニ便利ツール Extension CRX File
Download ミニ便利ツール extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
2022/06/15 - Ver.1.13.0 ・新機能「QRコードメーカー」の追加 ・不具合修正 ※QRコードは(株)デンソーウェーブの登録商標です -------------------- ちょっとしたツールの詰め合わせ。 電卓とかメモ帳とかストップウォッチとかが1つになってます。 個人的に欲しいのを作って足していってるのでクオリティとかも機能ごとに結講バラバラだったりします。 使わない機能はオプションから非表示に出来るのでカスタムして使用して頂ければと。 不具合などはレビュー、またはサポートから報告して頂けたら、可能な範囲で修正・対応します。
Extension Basic Information
Name | ミニ便利ツール |
ID | cfbpadahpegbfhbmhpmhkmglokllihhf |
Official URL | https://chromewebstore.google.com/detail/%E3%83%9F%E3%83%8B%E4%BE%BF%E5%88%A9%E3%83%84%E3%83%BC%E3%83%AB/cfbpadahpegbfhbmhpmhkmglokllihhf |
Description | ほんのちょっぴりあると便利かもしれないツールの詰め合わせ |
File Size | 2.35 MB |
Installation Count | 1,052 |
Current Version | 1.13.0 |
Last Updated | 2022-06-17 |
Publish Date | 2020-06-02 |
Rating | 4.71/5 Total 7 Ratings |
Developer | Lucycal |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30df\u30cb\u4fbf\u5229\u30c4\u30fc\u30eb", "version": "1.13.0", "manifest_version": 3, "description": "\u307b\u3093\u306e\u3061\u3087\u3063\u3074\u308a\u3042\u308b\u3068\u4fbf\u5229\u304b\u3082\u3057\u308c\u306a\u3044\u30c4\u30fc\u30eb\u306e\u8a70\u3081\u5408\u308f\u305b", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "content_security_policy": { "script-src": "self", "object-src": "self" }, "offline_enabled": true, "action": { "default_title": "\u30df\u30cb\u4fbf\u5229\u30c4\u30fc\u30eb", "default_popup": "popup.html" } } |