Front Page New Tab (Beta)
The Front Page of your Internet
什麼是Front Page New Tab (Beta)?
Front Page New Tab (Beta)是由https://micjm.com開發的Chrome擴展程式,該擴展的主要功能是“The Front Page of your Internet”。
擴展截圖
下載Front Page New Tab (Beta)擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | amnefikbcildekiablkaodflbkoaobnh | 
| 官方網址 | 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'"
}  |  |