Quick Tools
Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Hvad er Quick Tools?
Quick Tools er en Chrome-udvidelse udviklet af 1337hashedbrowns, og dens hovedfunktion er "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".
Udvidelsesskærmbilleder
Download Quick Tools-udvidelses-CRX-fil
Download Quick Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Quick Tools |
ID | kelhbmhhdglbippaedleoijldkolkhdp |
Officiel URL | https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp |
Beskrivelse | Quick Tools are a set of useful tools such as calculators and converters to make things easier. |
Filstørrelse | 20.06 KB |
Antal Installationer | 30 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2021-05-21 |
Udgivelsesdato | 2021-05-19 |
Udvikler | 1337hashedbrowns |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |