Tana Enhancer

Customize Tana with TanaNodes snippets

Wat is Tana Enhancer?

Tana Enhancer is een Chrome-extensie ontwikkeld door https://tananodes.com, en de belangrijkste functie is "Customize Tana with TanaNodes snippets".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tana Enhancer

Download Tana Enhancer-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

                        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.                    

Basisinformatie over de Extensie

Naam Tana Enhancer Tana Enhancer
ID ajokoklihkcaomlpphlbbmgkgilckfig
Officiële URL https://chromewebstore.google.com/detail/tana-enhancer/ajokoklihkcaomlpphlbbmgkgilckfig
Beschrijving Customize Tana with TanaNodes snippets
Bestandsgrootte 727 KB
Aantal Installaties 727
Huidige Versie 1.3
Laatst Bijgewerkt 2023-06-09
Publicatiedatum 2023-02-19
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://tananodes.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tananodes.com
Help Pagina-URL https://tananodes.com
Ondersteunde Talen 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"
        }
    ]
}