Front Page New Tab (Beta)

The Front Page of your Internet

Qu'est-ce que Front Page New Tab (Beta) ?

Front Page New Tab (Beta) est une extension Chrome développée par https://micjm.com, et sa fonction principale est "The Front Page of your Internet".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Front Page New Tab (Beta)

Téléchargez les fichiers d'extension Front Page New Tab (Beta) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Front Page New Tab (Beta) Front Page New Tab (Beta)
ID amnefikbcildekiablkaodflbkoaobnh
URL Officiel https://chromewebstore.google.com/detail/front-page-new-tab-beta/amnefikbcildekiablkaodflbkoaobnh
Description The Front Page of your Internet
Taille du Fichier 3.07 MB
Nombre d'Installations 198
Version Actuelle 0.2.8
Dernière Mise à Jour 2016-06-12
Date de Publication 2016-06-12
Évaluation 4.20/5 Total 5 Évaluations
Développeur https://micjm.com
Type de Paiement free
Langues Prises en Charge 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'"
}