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 |
官方URL | 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" } } |