OneTab

OneTab - Take your browser up a notch

OneTabคืออะไร?

OneTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onetab.live และคุณลักษณะหลักของมันคือ "OneTab - Take your browser up a notch"

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

screenshot

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

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

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

                        The OneTab extension consists of only what you need right at your fingertips. 
Easy access search functionality (powered by Bing and Others) providing relevant results in an instant.

OneTab provides an effortlessness users experience, with functional features that will bring fluidity to your browser experience.

By clicking "Add to Chrome", I accept and agree to installing the OneTab Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search to that provided by the service and the Terms of Use and Privacy Policy.

Terms of Use: https://onetab.live/privacy.html
Privacy Policy: https://onetab.live/terms.html                    

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

ชื่อ OneTab OneTab
ID eekdcibomnakahiiabdfimbnecfalnha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/onetab/eekdcibomnakahiiabdfimbnecfalnha
คำอธิบาย OneTab - Take your browser up a notch
ขนาดไฟล์ 35.04 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-12-08
วันที่เผยแพร่ 2021-12-07
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://onetab.live
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://onetab.live
URL หน้าช่วยเหลือ https://onetab.live/contact.html
URL หน้านโยบายความเป็นส่วนตัว https://onetab.live/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OneTab",
    "short_name": "One Tab",
    "version": "1.0",
    "description": "OneTab - Take your browser up a notch",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/onetab.live\/",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "permissions": [],
    "browser_action": {
        "default_title": "New Tab - OneTab",
        "default_icon": "icons\/128x128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.bing.com https:\/\/www.googletagmanager.com https:\/\/www.w3.org https:\/\/fonts.googleapis.com https:\/\/chrome.google.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/onetab.live; object-src 'self'",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "OneTab Search",
            "keyword": "Keyword",
            "search_url": "https:\/\/onetab.live\/index.php?k={searchTerms}",
            "favicon_url": "https:\/\/onetab.live\/images\/favicon-16x16.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}