Quick Tools
Quick Tools are a set of useful tools such as calculators and converters to make things easier.
What is Quick Tools?
Quick Tools is a Chrome extension developed by 1337hashedbrowns, and its main feature is "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".
Extension Screenshots
Download Quick Tools Extension CRX File
Download Quick Tools 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
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!
Extension Basic Information
Name | Quick Tools |
ID | kelhbmhhdglbippaedleoijldkolkhdp |
Official URL | https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp |
Description | Quick Tools are a set of useful tools such as calculators and converters to make things easier. |
File Size | 20.06 KB |
Installation Count | 30 |
Current Version | 1.0.2 |
Last Updated | 2021-05-21 |
Publish Date | 2021-05-19 |
Developer | 1337hashedbrowns |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |