Omnibox Twitter

Navigates to a twitter users' page by typing @ username into the omnibox

Omnibox Twitterคืออะไร?

Omnibox Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chris และคุณลักษณะหลักของมันคือ "Navigates to a twitter users' page by typing @ username into the omnibox"

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

screenshot

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

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

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

                        Easily navigate to a twitter users' page by typing @  username into the omnibox and pressing enter.

eg: @ twitter   -> https://twitter.com/twitter                    

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

ชื่อ Omnibox Twitter Omnibox Twitter
ID ijepoopnmhdclmamigdibjmdpmdmmmfe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omnibox-twitter/ijepoopnmhdclmamigdibjmdpmdmmmfe
คำอธิบาย Navigates to a twitter users' page by typing @ username into the omnibox
ขนาดไฟล์ 7.38 KB
จำนวนการติดตั้ง 583
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-04-27
วันที่เผยแพร่ 2016-04-27
คะแนน 4.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา chris
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Navigates to a twitter users' page by typing @  username into the omnibox",
    "icons": {
        "128": "img\/icons\/128.png",
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Omnibox Twitter",
    "omnibox": {
        "keyword": "@"
    },
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}