Front Page New Tab (Beta)
The Front Page of your Internet
What is Front Page New Tab (Beta)?
Front Page New Tab (Beta) is a Chrome extension developed by https://micjm.com, and its main feature is "The Front Page of your Internet".
Extension Screenshots
Download Front Page New Tab (Beta) Extension CRX File
Download Front Page New Tab (Beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Front Page New Tab (Beta) |
ID | amnefikbcildekiablkaodflbkoaobnh |
Official URL | https://chromewebstore.google.com/detail/front-page-new-tab-beta/amnefikbcildekiablkaodflbkoaobnh |
Description | The Front Page of your Internet |
File Size | 3.07 MB |
Installation Count | 198 |
Current Version | 0.2.8 |
Last Updated | 2016-06-12 |
Publish Date | 2016-06-12 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://micjm.com |
Payment Type | free |
Supported Languages | 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'" } |