Tana Enhancer
Customize Tana with TanaNodes snippets
Qu'est-ce que Tana Enhancer ?
Tana Enhancer est une extension Chrome développée par https://tananodes.com, et sa fonction principale est "Customize Tana with TanaNodes snippets".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tana Enhancer
Téléchargez les fichiers d'extension Tana Enhancer 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
Tana Enhancer is a Chrome extension designed to enhance the user interface (UI) of the Tana application. This extension injects CSS styles from the Tana Nodes repository to improve the overall look and feel of the application. With Tana Enhancer, users can enjoy an customized experience while using Tana.
Informations de Base sur l'Extension
Nom | Tana Enhancer |
ID | ajokoklihkcaomlpphlbbmgkgilckfig |
URL Officiel | https://chromewebstore.google.com/detail/tana-enhancer/ajokoklihkcaomlpphlbbmgkgilckfig |
Description | Customize Tana with TanaNodes snippets |
Taille du Fichier | 727 KB |
Nombre d'Installations | 727 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2023-06-09 |
Date de Publication | 2023-02-19 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://tananodes.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tananodes.com |
URL de la Page d'Aide | https://tananodes.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tana Enhancer", "description": "Customize Tana with TanaNodes snippets", "version": "1.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/app.tana.inc\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "styles\/styles.js" ], "matches": [ "https:\/\/app.tana.inc\/*" ], "run_at": "document_start" } ] } |