Best WordPress Tools
Different tools useful for WordPress developers and users
ما هو Best WordPress Tools؟
Best WordPress Tools هو إضافة Chrome تم تطويرها بواسطة https://tabernawp.com، والميزة الرئيسية لها هي "Different tools useful for WordPress developers and users".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Best WordPress Tools
قم بتنزيل ملفات الامتداد Best WordPress Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Set of WordPress tools, urls and other options of interest for WordPress users and developers. This extension has eight sections with several subsections and a lot of utils, forms and links.
معلومات أساسية عن التمديد
الاسم | Best WordPress Tools |
ID | miepkfdpkfdnfefoobohbfdenldodpfi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/best-wordpress-tools/miepkfdpkfdnfefoobohbfdenldodpfi |
الوصف | Different tools useful for WordPress developers and users |
حجم الملف | 183 KB |
عدد التثبيتات | 438 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2023-10-18 |
تاريخ النشر | 2019-11-20 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://tabernawp.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://tabernawp.com/politica-de-privacidad |
اللغات المدعومة | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.0.6", "default_locale": "en", "icons": { "128": "img\/best-wp-tools-128.png", "48": "img\/best-wp-tools-48.png", "32": "img\/best-wp-tools-32.png", "16": "img\/best-wp-tools-16.png" }, "action": { "default_popup": "html\/home.html", "default_icon": { "128": "img\/best-wp-tools-128.png", "48": "img\/best-wp-tools-48.png", "32": "img\/best-wp-tools-32.png", "16": "img\/best-wp-tools-16.png" } }, "permissions": [ "activeTab" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+W" } } } } |