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."입니다.
확장 프로그램 스크린샷
Goodbye Quora Embed Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } ] } |