Web-Bar

Make your Chrome homepage more fun and attractive.

Web-Barคืออะไร?

Web-Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://web-bar.biz และคุณลักษณะหลักของมันคือ "Make your Chrome homepage more fun and attractive."

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

screenshot

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

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

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

                        Web-Bar is a great choice for those who are tired of boring homepage extensions that do not provide any useful functionality and keep displaying unwanted ads every time you open your browser.

-------

Versions:
0.9.2 - Beta testing
0.9.3 - Various Bug Fixes                    

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

ชื่อ Web-Bar Web-Bar
ID nfcebimaikecjkklbiednpkalkkahlig
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig
คำอธิบาย Make your Chrome homepage more fun and attractive.
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 0.9.3
อัปเดตครั้งล่าสุด 2016-12-13
วันที่เผยแพร่ 2016-12-13
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://web-bar.biz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://web-bar.biz
URL หน้านโยบายความเป็นส่วนตัว http://playbar.biz/policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web-Bar",
    "description": "Make your Chrome homepage more fun and attractive.",
    "version": "0.9.3",
    "permissions": [
        "https:\/\/query.yahooapis.com\/*",
        "http:\/\/web-bar.biz\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab-page.html"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19px.png",
            "38": "icon_38px.png"
        },
        "default_title": "Web-Bar"
    },
    "icons": {
        "16": "16.png",
        "48": "128.png",
        "128": "128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}