Front Page New Tab (Beta)

The Front Page of your Internet

Cos'è Front Page New Tab (Beta)?

Front Page New Tab (Beta) è un'estensione di Chrome sviluppata da https://micjm.com, e la sua funzione principale è "The Front Page of your Internet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Front Page New Tab (Beta)

Scarica i file di estensione Front Page New Tab (Beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Front Page New Tab (Beta) Front Page New Tab (Beta)
ID amnefikbcildekiablkaodflbkoaobnh
URL Ufficiale https://chromewebstore.google.com/detail/front-page-new-tab-beta/amnefikbcildekiablkaodflbkoaobnh
Descrizione The Front Page of your Internet
Dimensione del File 3.07 MB
Conteggio Installazioni 198
Versione Corrente 0.2.8
Ultimo Aggiornamento 2016-06-12
Data di Pubblicazione 2016-06-12
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore https://micjm.com
Tipo di Pagamento free
Lingue Supportate 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'"
}