Chaufr

Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs.

Chaufrคืออะไร?

Chaufr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sinchan Banerjee และคุณลักษณะหลักของมันคือ "Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Chaufr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chaufr 2.0: Rebuilt from the ground up using the latest in web technology. 

Chaufr can handle everything:
- Say "Bruce Wayne" and Chaufr will take you to the Wikipedia Batman Article.
- Say "The Dark Knight reviews" and Chaufr will pull up Rotten Tomatoes.
- Say "Amazon headphones" and Chaufr will search Amazon.
- Say "Google batman" and Chaufr will search Google.
- Say "______" and Chaufr will open it.

Start Chaufr:
- Press ALT+SHIFT+S.
- Or click the Chaufr Circle button on the top right corner.

Use Chaufr:
- Start speaking and describe where you want to go.
- Or type where you want to go and press enter.

You need a microphone and an internet connection to use this extension.

Email any bug reports or feature suggestions to [email protected]

http://about.me/chaufr                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chaufr Chaufr
ID glamaiibdeepedcgjdkhdbnmacpfkgje
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chaufr/glamaiibdeepedcgjdkhdbnmacpfkgje
คำอธิบาย Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs.
ขนาดไฟล์ 81.75 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2017-03-24
วันที่เผยแพร่ 2017-03-24
คะแนน 4.58/5 รวมทั้งหมด 98 คะแนน
ผู้พัฒนา Sinchan Banerjee
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://about.me/chaufr
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chaufr",
    "version": "2.0.3",
    "description": "Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "25",
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "chaufr": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Open Chaufr Search"
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Chaufr - Click to Search"
    },
    "manifest_version": 2
}