Goodbye Quora Embed Button

Stop the Embed Quote button on Quora from popping up when you select/highlight text.

Goodbye Quora Embed Button là gì?

Goodbye Quora Embed Button là một tiện ích mở rộng Chrome được phát triển bởi Createch, và tính năng chính của nó là "Stop the Embed Quote button on Quora from popping up when you select/highlight text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Goodbye Quora Embed Button

Tải xuống các tệp mở rộng Goodbye Quora Embed Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Goodbye Quora Embed Button Goodbye Quora Embed Button
ID ajpcmnmkmdijmiabfclcpogoagnbnjca
URL Chính Thức https://chrome.google.com/webstore/detail/goodbye-quora-embed-butto/ajpcmnmkmdijmiabfclcpogoagnbnjca
Mô tả Stop the Embed Quote button on Quora from popping up when you select/highlight text.
Kích Thước Tệp 14.18 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.47
Cập Nhật Lần Cuối 2015-04-05
Ngày Phát Hành 2015-04-05
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Createch
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/createch/goodbye-quora-embed-button
URL Trang Trợ Giúp https://github.com/createch/goodbye-quora-embed-button/issues
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}