Geometric New Tab

A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.

Qu'est-ce que Geometric New Tab ?

Geometric New Tab est une extension Chrome développée par https://aaronvigal.com, et sa fonction principale est "A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Geometric New Tab

Téléchargez les fichiers d'extension Geometric New Tab 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

                        A modern Chrome Extension aimed towards providing visually pleasing geometric backgrounds on Google Chrome's New Tab page. The links on the page are customizable through the options menu, along with how they look and where they go.

Updates to current version (1.7.0)
=========================
- Added ability to change search engine
- Added Changelog feature when extension updates
- Added pages for install and uninstall
- Bug Fixed
- Performance Improvements

See the changelog page for more extensive information on what is new in verison 1.7.0

Future Integrations for 1.8.0
=====================
- Add color picker for custom colors
- Generate background images

Thank you for supporting me by trying out my Chrome extensions. If you enjoy it, please take a look at my website, aaronvigal.com, or send me an email at [email protected] with any feedback or questions about the extension.                    

Informations de Base sur l'Extension

Nom Geometric New Tab Geometric New Tab
ID keminigbgjjjgmhohoieegfhhgdcgife
URL Officiel https://chromewebstore.google.com/detail/geometric-new-tab/keminigbgjjjgmhohoieegfhhgdcgife
Description A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.
Taille du Fichier 9.29 MB
Nombre d'Installations 984
Version Actuelle 1.7.0
Dernière Mise à Jour 2017-06-20
Date de Publication 2017-06-20
Évaluation 3.23/5 Total 13 Évaluations
Développeur https://aaronvigal.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.aaronvigal.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geometric New Tab",
    "version": "1.7.0",
    "manifest_version": 2,
    "description": "A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.",
    "author": "Aaron Vigal",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "updateChecker.js"
        ]
    }
}