Beautiful New Tab

A beautiful new tab page

Beautiful New Tabคืออะไร?

Beautiful New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt Carrick และคุณลักษณะหลักของมันคือ "A beautiful new tab page"

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

screenshot

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

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

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

                        A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.                    

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

ชื่อ Beautiful New Tab Beautiful New Tab
ID bailppllbndlpphoipdchcmiiefhelfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh
คำอธิบาย A beautiful new tab page
ขนาดไฟล์ 3.78 MB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 1.19
อัปเดตครั้งล่าสุด 2019-08-28
วันที่เผยแพร่ 2019-08-28
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Matt Carrick
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://rokco.org
URL หน้าช่วยเหลือ https://github.com/xRokco/New-Tab
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful New Tab",
    "version": "1.19",
    "minimum_chrome_version": "37",
    "manifest_version": 2,
    "description": "A beautiful new tab page",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "geolocation",
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "config.js",
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "index.html"
    ]
}