woo
woo
wooคืออะไร?
woo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bradgriffin.me และคุณลักษณะหลักของมันคือ "woo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย woo
ดาวน์โหลดไฟล์ส่วนขยาย woo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
https://bradgriffin.me/woocommerce-help-chrome-extension This Google Chrome Extension will simply modify the hyperlinks in WooTheme's Documentation so that you can SEE all the links in the documentation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | enjpepecjlefgdiohjdaagoocgflmang |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/woo/enjpepecjlefgdiohjdaagoocgflmang |
คำอธิบาย | woo |
ขนาดไฟล์ | 38.58 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-03-09 |
วันที่เผยแพร่ | 2016-03-09 |
ผู้พัฒนา | https://bradgriffin.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bradgriffin.me/woocommerce-help-chrome-extension/ |
URL หน้าช่วยเหลือ | https://bradgriffin.me/woocommerce-help-chrome-extension/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "woo", "default_icon": "icon.png" }, "name": "woo", "description": "woo", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "jquery-1.8.3.min.js", "wootheme.js" ], "matches": [ "https:\/\/docs.woothemes.com\/*", "http:\/\/docs.woothemes.com\/*" ], "run_at": "document_end" } ], "version": "0.1", "manifest_version": 2 } |