Quick Tools
Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Cos'è Quick Tools?
Quick Tools è un'estensione di Chrome sviluppata da 1337hashedbrowns, e la sua funzione principale è "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Tools
Scarica i file di estensione Quick Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Quick Tools |
ID | kelhbmhhdglbippaedleoijldkolkhdp |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp |
Descrizione | Quick Tools are a set of useful tools such as calculators and converters to make things easier. |
Dimensione del File | 20.06 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2021-05-21 |
Data di Pubblicazione | 2021-05-19 |
Sviluppatore | 1337hashedbrowns |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |