Influence

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

What is Influence?

Influence is a Chrome extension developed by https://petroskal.com, and its main feature is "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Influence Extension CRX File

Download Influence 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

                        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                    

Extension Basic Information

Name Influence Influence
ID ehbacbnlkpdfkmgcmkpkaoeaoijpcihi
Official URL https://chromewebstore.google.com/detail/influence/ehbacbnlkpdfkmgcmkpkaoeaoijpcihi
Description Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.
File Size 14.81 MB
Installation Count 233
Current Version 2.3
Last Updated 2020-10-27
Publish Date 2020-06-23
Rating 4.25/5 Total 4 Ratings
Developer https://petroskal.com
Email [email protected]
Payment Type free
Extension Website https://github.com/kalpetros/influence
Help Page URL https://github.com/kalpetros/influence/issues
Supported Languages 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"
    ]
}