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 อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |