Geeks Fest - New Tab Gaming News

The freshest links about gaming and geeks, from around the web. A gamer's must

什麼是Geeks Fest - New Tab Gaming News?

Geeks Fest - New Tab Gaming News是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“The freshest links about gaming and geeks, from around the web. A gamer's must”。

擴展截圖

screenshot
screenshot

下載Geeks Fest - New Tab Gaming News擴展crx文件

下載Geeks Fest - New Tab Gaming News擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simple and beautiful.
Bringing you the freshest gaming news, reviews, videos and interactive from around the web. All the gaming& geeks news you need.

Enjoy the most inspiring stuff out there. Never miss the next big thing.

Features:
- Geeks Fest Picks: A real-time, hand picked shots from around the web.
- Ign
- Digital Trends
- Game Spot
- PC Gamer
- PC Mag
- Polygon
- Rockstar Games
- PlayStation
- XBox
- Nintendo 
and many more...


Geeks Fest will replace your default tab, it will become your home page, so you don't miss anything.                    

擴展基本資訊

名稱 Geeks Fest - New Tab Gaming News Geeks Fest - New Tab Gaming News
ID klpopehbdgalchfjnkgdbkkphejdhckl
官方網址 https://chromewebstore.google.com/detail/geeks-fest-new-tab-gaming/klpopehbdgalchfjnkgdbkkphejdhckl
簡介 The freshest links about gaming and geeks, from around the web. A gamer's must
檔案大小 177 KB
安裝次數 172
目前版本 1.3.6
更新時間 2016-09-12
上架時間 2016-09-12
評分 3.79/5 共 14 次評分
開發者 Unknown
付費類型 free
擴展官網 http://geeksfest.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geeks Fest - New Tab Gaming News",
    "version": "1.3.6",
    "manifest_version": 2,
    "description": "The freshest links about gaming and geeks, from around the web. A gamer's must",
    "homepage_url": "http:\/\/geeksfest.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [],
    "optional_permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}