Goodbye Quora Embed Button
Stop the Embed Quote button on Quora from popping up when you select/highlight text.
Goodbye Quora Embed Buttonคืออะไร?
Goodbye Quora Embed Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Createch และคุณลักษณะหลักของมันคือ "Stop the Embed Quote button on Quora from popping up when you select/highlight text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goodbye Quora Embed Button
ดาวน์โหลดไฟล์ส่วนขยาย Goodbye Quora Embed Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stop "Embed Quote" button on Quora from popping up when you select/highlight text. BUGS/NOT WORKING: If something is broken, let me know: [email protected] UPDATES: 1.47 - Oops, fix bug where the extension disabled all hover events. <3 @HebronGeorge for fixing 1.46 - Make it work again, thanks to @hebron-george 1.45 - Hide the quote-hover-menu using CSS instead of JS, now that Quora exposes it. 1.44 - Works with secure browsing, so both HTTP and HTTPS Quora URLs use the extension. 1.3 - Fixed a bug that prevented other popups from appearing. Thanks for the feedback! 1.1 - Now works on the homepage as well. Source code at https://github.com/createch/goodbye-quora-embed-button
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ajpcmnmkmdijmiabfclcpogoagnbnjca |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/goodbye-quora-embed-butto/ajpcmnmkmdijmiabfclcpogoagnbnjca |
คำอธิบาย | Stop the Embed Quote button on Quora from popping up when you select/highlight text. |
ขนาดไฟล์ | 14.18 KB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 1.47 |
อัปเดตครั้งล่าสุด | 2015-04-05 |
วันที่เผยแพร่ | 2015-04-05 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Createch |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/createch/goodbye-quora-embed-button |
URL หน้าช่วยเหลือ | https://github.com/createch/goodbye-quora-embed-button/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goodbye Quora Embed Button", "version": "1.47", "manifest_version": 2, "description": "Stop the Embed Quote button on Quora from popping up when you select\/highlight text.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.quora.com\/*" ], "css": [ "goodbye.css" ], "all_frames": false } ] } |