Geometric New Tab

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

Co je Geometric New Tab?

Geometric New Tab je rozšíření Chrome vyvinuté https://aaronvigal.com, a jeho hlavní funkcí je „A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Geometric New Tab

Stáhněte si soubory rozšíření Geometric New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Geometric New Tab Geometric New Tab
ID keminigbgjjjgmhohoieegfhhgdcgife
Oficiální URL https://chromewebstore.google.com/detail/geometric-new-tab/keminigbgjjjgmhohoieegfhhgdcgife
Popis A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.
Velikost souboru 9.29 MB
Počet instalací 984
Aktuální Verze 1.7.0
Poslední Aktualizace 2017-06-20
Datum Vydání 2017-06-20
Hodnocení 3.23/5 Celkem 13 Hodnocení
Vývojář https://aaronvigal.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.aaronvigal.com
Podporované Jazyky 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"
        ]
    }
}