Front Page New Tab (Beta)

The Front Page of your Internet

Front Page New Tab (Beta) là gì?

Front Page New Tab (Beta) là một tiện ích mở rộng Chrome được phát triển bởi https://micjm.com, và tính năng chính của nó là "The Front Page of your Internet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Front Page New Tab (Beta)

Tải xuống các tệp mở rộng Front Page New Tab (Beta) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Front Page New Tab (Beta) Front Page New Tab (Beta)
ID amnefikbcildekiablkaodflbkoaobnh
URL Chính Thức https://chromewebstore.google.com/detail/front-page-new-tab-beta/amnefikbcildekiablkaodflbkoaobnh
Mô tả The Front Page of your Internet
Kích Thước Tệp 3.07 MB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 0.2.8
Cập Nhật Lần Cuối 2016-06-12
Ngày Phát Hành 2016-06-12
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://micjm.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}