Front Page New Tab (Beta)

The Front Page of your Internet

Front Page New Tab (Beta)คืออะไร?

Front Page New Tab (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://micjm.com และคุณลักษณะหลักของมันคือ "The Front Page of your Internet"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Front Page New Tab (Beta)

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

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

                        Front Page New Tab grabs up-to-date links from your most visited news sites and displays them as a custom new tab page. Don’t already visit a lot of news sites? You can add as many as you’d like!

Features:

- Over 100 sites available for display in page
- Customize background
- Productivity Mode

This is a Beta version, so please be aware that this may have bugs. Please contact me at [email protected] with any feedback or bug reports.                    

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

ชื่อ Front Page New Tab (Beta) Front Page New Tab (Beta)
ID amnefikbcildekiablkaodflbkoaobnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/front-page-new-tab-beta/amnefikbcildekiablkaodflbkoaobnh
คำอธิบาย The Front Page of your Internet
ขนาดไฟล์ 3.07 MB
จำนวนการติดตั้ง 198
เวอร์ชันปัจจุบัน 0.2.8
อัปเดตครั้งล่าสุด 2016-06-12
วันที่เผยแพร่ 2016-06-12
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://micjm.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Front Page New Tab (Beta)",
    "version": "0.2.8",
    "manifest_version": 2,
    "description": "The Front Page of your Internet",
    "icons": {
        "19": "images\/fp.png",
        "38": "images\/fp64.png",
        "128": "images\/fp64.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-1.9.1.min.js",
            "js\/utils.js",
            "js\/scrapers.js"
        ],
        "pages": [
            "html\/background.html"
        ],
        "persistent": false
    },
    "permissions": [
        "topSites",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "bookmarks",
        "history",
        "chrome:\/\/favicon\/*",
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}