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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A modern Chrome extension designed to display geometric new tab pages with customizable links and styles."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Geometric New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}