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 Createch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop the Embed Quote button on Quora from popping up when you select/highlight text."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Goodbye Quora Embed Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } |