Tana Enhancer
Customize Tana with TanaNodes snippets
Tana Enhancerとは何ですか?
Tana Enhancerはhttps://tananodes.comによって開発されたChromeの拡張機能で、その主な機能は「Customize Tana with TanaNodes snippets」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } ] } |