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
官方網址 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"
        }
    ]
}