Qure

Filters out off-site content on Quora

Qureคืออะไร?

Qure เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chris reiss และคุณลักษณะหลักของมันคือ "Filters out off-site content on Quora"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Qure

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}