Tana Enhancer

Customize Tana with TanaNodes snippets

什么是Tana Enhancer?

Tana Enhancer是由https://tananodes.com开发的Chrome扩展程序,该扩展的主要功能是“Customize Tana with TanaNodes snippets”。

扩展截图

screenshot

下载Tana Enhancer扩展crx文件

下载Tana Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tana Enhancer Tana Enhancer
ID ajokoklihkcaomlpphlbbmgkgilckfig
官方URL https://chromewebstore.google.com/detail/tana-enhancer/ajokoklihkcaomlpphlbbmgkgilckfig
简介 Customize Tana with TanaNodes snippets
文件大小 727 KB
安装次数 727
当前版本 1.3
更新时间 2023-06-09
上架时间 2023-02-19
评分 5.00/5 共3次评分
开发者 https://tananodes.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tananodes.com
帮助页面URL https://tananodes.com
支持的语言 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"
        }
    ]
}