Tana Enhancer
Customize Tana with TanaNodes snippets
ما هو Tana Enhancer؟
Tana Enhancer هو إضافة Chrome تم تطويرها بواسطة https://tananodes.com، والميزة الرئيسية لها هي "Customize Tana with TanaNodes snippets".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tana Enhancer
قم بتنزيل ملفات الامتداد Tana Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://tananodes.com |
عنوان صفحة المساعدة | 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" } ] } |