Influence

Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.

Cos'è Influence?

Influence è un'estensione di Chrome sviluppata da https://petroskal.com, e la sua funzione principale è "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Influence

Scarica i file di estensione Influence 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

                        Features:
• Clean minimal design
• Dark mode
• Stunning backgrounds
• To Do list
• Weather forecast
• Date & time
• Most visited links
• Full bookmarks list
• Recently added bookmarks
• Browsing history
• Download manager                    

Informazioni di Base sull'Estensione

Nome Influence Influence
ID ehbacbnlkpdfkmgcmkpkaoeaoijpcihi
URL Ufficiale https://chromewebstore.google.com/detail/influence/ehbacbnlkpdfkmgcmkpkaoeaoijpcihi
Descrizione Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.
Dimensione del File 14.81 MB
Conteggio Installazioni 233
Versione Corrente 2.3
Ultimo Aggiornamento 2020-10-27
Data di Pubblicazione 2020-06-23
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore https://petroskal.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kalpetros/influence
URL della Pagina di Aiuto https://github.com/kalpetros/influence/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Influence",
    "description": "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.",
    "version": "2.3",
    "author": "Petros Kalogiannakis",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites",
        "bookmarks",
        "history",
        "downloads",
        "geolocation"
    ]
}