Quick Tools
Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Wat is Quick Tools?
Quick Tools is een Chrome-extensie ontwikkeld door 1337hashedbrowns, en de belangrijkste functie is "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Tools
Download Quick Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Quick Tools |
ID | kelhbmhhdglbippaedleoijldkolkhdp |
Officiële URL | https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp |
Beschrijving | Quick Tools are a set of useful tools such as calculators and converters to make things easier. |
Bestandsgrootte | 20.06 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-05-21 |
Publicatiedatum | 2021-05-19 |
Ontwikkelaar | 1337hashedbrowns |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |