Theme Style Query String Viewer
Quickly view query string versions appended to style.css files within WordPress themes.
ما هو Theme Style Query String Viewer؟
Theme Style Query String Viewer هو إضافة Chrome تم تطويرها بواسطة Joseph Fusco، والميزة الرئيسية لها هي "Quickly view query string versions appended to style.css files within WordPress themes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Theme Style Query String Viewer
قم بتنزيل ملفات الامتداد Theme Style Query String Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension to help quickly identify the WordPress theme version query strings.
معلومات أساسية عن التمديد
الاسم | Theme Style Query String Viewer |
ID | dackloklmagidklapkiefoeljpaogopf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/theme-style-query-string/dackloklmagidklapkiefoeljpaogopf |
الوصف | Quickly view query string versions appended to style.css files within WordPress themes. |
حجم الملف | 9.85 KB |
عدد التثبيتات | 13 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-02-02 |
تاريخ النشر | 2017-02-02 |
المطور | Joseph Fusco |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/josephfusco/theme-style-query-string-viewer |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Theme Style Query String Viewer", "description": "Quickly view query string versions appended to style.css files within WordPress themes.", "version": "1.0.1", "offline_enabled": true, "homepage_url": "https:\/\/github.com\/josephfusco\/theme-style-query-string-viewer", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ], "browser_action": { "default_title": "WordPress Theme Version Check", "default_popup": "popup.html" } } |