Qure
Filters out off-site content on Quora
什麼是Qure?
Qure是由chris reiss開發的Chrome擴展程式,該擴展的主要功能是“Filters out off-site content on Quora”。
擴展截圖
下載Qure擴展crx文件
下載Qure擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Welcome to The Qure extension! This is for people who don`t like off-Quora links or Anonymous Questions appearing in their home feed. You can choose to see such items in a different color, or block them altogether. Quora in no way authorizes, approves of, or likes this product. In fact, they`ll probably sue me.
擴展基本資訊
名稱 | Qure |
ID | fkajijodppakkgbgdcelajieachadnkc |
官方網址 | https://chromewebstore.google.com/detail/qure/fkajijodppakkgbgdcelajieachadnkc |
簡介 | Filters out off-site content on Quora |
檔案大小 | 31.61 KB |
安裝次數 | 247 |
目前版本 | 3.1.0 |
更新時間 | 2018-05-17 |
上架時間 | 2018-05-16 |
評分 | 4.30/5 共 10 次評分 |
開發者 | chris reiss |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://ominax.com/qure |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Qure", "version": "3.1.0", "manifest_version": 2, "description": "Filters out off-site content on Quora", "homepage_url": "http:\/\/ominax.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "The Qure" }, "permissions": [ "storage", "https:\/\/www.quora.com\/", "http:\/\/www.quora.com\/" ], "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "32": "cure.png", "48": "cure_48.png", "128": "cure_128.png" } } |