Tally Tab
Your New Tab Calculator
Qu'est-ce que Tally Tab ?
Tally Tab est une extension Chrome développée par OZ, et sa fonction principale est "Your New Tab Calculator".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tally Tab
Téléchargez les fichiers d'extension Tally Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Tally provides you with a handy calculator in each new tab. Simply open a new tab and enter in the equation you want to solve in the calculator below the search bar. By clicking "Add to chrome", I accept and agree to installing the Tally Tab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Microsoft Bing. Privacy Policy: https://oz.works/privacy/ Terms of Service: https://oz.works/terms/ Contact Us: https://oz.works/contact/
Informations de Base sur l'Extension
Nom | Tally Tab |
ID | odcaokpjnlclggdmfjmbknbgcgibnogd |
URL Officiel | https://chromewebstore.google.com/detail/tally-tab/odcaokpjnlclggdmfjmbknbgcgibnogd |
Description | Your New Tab Calculator |
Taille du Fichier | 63.37 KB |
Nombre d'Installations | 9,063 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2023-09-04 |
Date de Publication | 2022-11-29 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | OZ |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://oz.works/privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.3", "name": "Tally Tab", "description": "Your New Tab Calculator", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "tally_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "tally_128.png" } } |