Wordpress.org Support Enhancement Kit
Enhances the Wordpress.org support forum with new features and styles.
Wordpress.org Support Enhancement Kitคืออะไร?
Wordpress.org Support Enhancement Kit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CJ Vogt และคุณลักษณะหลักของมันคือ "Enhances the Wordpress.org support forum with new features and styles."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordpress.org Support Enhancement Kit
ดาวน์โหลดไฟล์ส่วนขยาย Wordpress.org Support Enhancement Kit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wordpress.org Support Enhancement Kit |
ID | mlodkondjlhhbhcokbpgiafemehdcbel |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordpressorg-support-enha/mlodkondjlhhbhcokbpgiafemehdcbel |
คำอธิบาย | Enhances the Wordpress.org support forum with new features and styles. |
ขนาดไฟล์ | 1.71 MB |
จำนวนการติดตั้ง | 153 |
เวอร์ชันปัจจุบัน | 0.7.0 |
อัปเดตครั้งล่าสุด | 2015-05-18 |
วันที่เผยแพร่ | 2015-05-18 |
ผู้พัฒนา | CJ Vogt |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/chrisvogt/wordpress-support-enhancement-kit |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordpress.org Support Enhancement Kit", "version": "0.7.0", "manifest_version": 2, "description": "Enhances the Wordpress.org support forum with new features and styles.", "homepage_url": "https:\/\/github.com\/chrisvogt\/wordpress-support-enhancement-kit", "icons": { "16": "icons\/wsek16.png", "48": "icons\/wsek48.png", "128": "icons\/wsek128.png" }, "default_locale": "en", "permissions": [ "https:\/\/wordpress.org\/support\/*" ], "content_scripts": [ { "matches": [ "https:\/\/wordpress.org\/support\/topic\/*" ], "css": [ "src\/inject\/inject.css", "js\/tinymce\/skins\/lightgray\/skin.min.css", "js\/tinymce\/skins\/lightgray\/content.min.css" ] }, { "matches": [ "https:\/\/wordpress.org\/support\/topic\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/tinymce\/jquery.tinymce.min.js", "js\/tinymce\/tinymce.min.js", "js\/tinymce\/themes\/modern\/theme.min.js", "js\/tinymce\/plugins\/code\/plugin.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "js\/tinymce\/*" ] } |