Geometric New Tab

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

Geometric New Tab क्या है?

Geometric New Tab https://aaronvigal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A modern Chrome extension designed to display geometric new tab pages with customizable links and styles."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Geometric New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Geometric New Tab Geometric New Tab
ID keminigbgjjjgmhohoieegfhhgdcgife
आधिकारिक URL https://chromewebstore.google.com/detail/geometric-new-tab/keminigbgjjjgmhohoieegfhhgdcgife
विवरण A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.
फ़ाइल का आकार 9.29 MB
स्थापना संख्या 984
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2017-06-20
प्रकाशन तिथि 2017-06-20
रेटिंग 3.23/5 कुल 13 रेटिंग्स
डेवलपर https://aaronvigal.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.aaronvigal.com
समर्थित भाषाएँ 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"
        ]
    }
}