Google Hangout Editor
Allows access to edit the google hangouts user interface.
Google Hangout Editorคืออะไร?
Google Hangout Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Guy Ross และคุณลักษณะหลักของมันคือ "Allows access to edit the google hangouts user interface."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Hangout Editor
ดาวน์โหลดไฟล์ส่วนขยาย Google Hangout Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google Hangouts UI Editor. Allows you to take full control over your google hangouts page. Allows you to remove the annoying text, disable the background and even use your own custom backgrounds.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Hangout Editor |
ID | ieadkjmeiojipognhgeomlcdlpgdpekn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-hangout-editor/ieadkjmeiojipognhgeomlcdlpgdpekn |
คำอธิบาย | Allows access to edit the google hangouts user interface. |
ขนาดไฟล์ | 51.79 KB |
จำนวนการติดตั้ง | 1,338 |
เวอร์ชันปัจจุบัน | 1.2.2.1 |
อัปเดตครั้งล่าสุด | 2018-02-28 |
วันที่เผยแพร่ | 2018-02-28 |
คะแนน | 3.00/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | Guy Ross |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Hangout Editor", "author": "Guy A. Ross", "description": "Allows access to edit the google hangouts user interface.", "version": "1.2.2.1", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.hangouts.google.com\/*" ], "js": [ "vendor\/jquery.js", "content_script\/components.js", "content_script\/main.js" ], "css": [ "content_script\/styles.css" ] } ], "browser_action": { "default_title": "Google Hangouts Editor.", "default_icon": "icons\/icon-128.png", "default_popup": "popup_component\/main.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/ https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/; object-src 'self'" } |