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開發的Chrome擴展程式,該擴展的主要功能是“Stop the Embed Quote button on Quora from popping up when you select/highlight text.”。

擴展截圖

screenshot

下載Goodbye Quora Embed Button擴展crx文件

下載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                    

擴展基本資訊

名稱 Goodbye Quora Embed Button Goodbye Quora Embed Button
ID ajpcmnmkmdijmiabfclcpogoagnbnjca
官方網址 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
        }
    ]
}