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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}