Tana Enhancer
Customize Tana with TanaNodes snippets
Hvad er Tana Enhancer?
Tana Enhancer er en Chrome-udvidelse udviklet af https://tananodes.com, og dens hovedfunktion er "Customize Tana with TanaNodes snippets".
Udvidelsesskærmbilleder
Download Tana Enhancer-udvidelses-CRX-fil
Download Tana Enhancer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Tana Enhancer |
ID | ajokoklihkcaomlpphlbbmgkgilckfig |
Officiel URL | https://chromewebstore.google.com/detail/tana-enhancer/ajokoklihkcaomlpphlbbmgkgilckfig |
Beskrivelse | Customize Tana with TanaNodes snippets |
Filstørrelse | 727 KB |
Antal Installationer | 727 |
Nuværende Version | 1.3 |
Senest Opdateret | 2023-06-09 |
Udgivelsesdato | 2023-02-19 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://tananodes.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://tananodes.com |
Hjælpeside-URL | https://tananodes.com |
Understøttede Sprog | 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" } ] } |