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」です。
拡張機能のスクリーンショット
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 |
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'" } |