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
公式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
        }
    ]
}