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
官方URL 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'"
}