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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |