Doge My Site
Add 'MUCH WOW' to any page on the web.
Doge My Siteคืออะไร?
Doge My Site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://michaelsolati.com และคุณลักษณะหลักของมันคือ "Add 'MUCH WOW' to any page on the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doge My Site
ดาวน์โหลดไฟล์ส่วนขยาย Doge My Site ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add 'MUCH WOW' to any page on the web. Added ability to change text on website to dogetalk. If you code, please consider contributing https://github.com/MichaelSolati/doge-my-site
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Doge My Site |
ID | ghefodhmgeofnfpbmjlkglokpgomcodc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc |
คำอธิบาย | Add 'MUCH WOW' to any page on the web. |
ขนาดไฟล์ | 699 KB |
จำนวนการติดตั้ง | 4,324 |
เวอร์ชันปัจจุบัน | 0.10.0 |
อัปเดตครั้งล่าสุด | 2018-11-10 |
วันที่เผยแพร่ | 2018-11-09 |
คะแนน | 4.17/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | https://michaelsolati.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://michaelsolati.com/code |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doge My Site", "version": "0.10.0", "description": "Add 'MUCH WOW' to any page on the web.", "browser_action": { "default_title": "SUCH WOW", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "index.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "128": "icon.png" } } |