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.”。
擴展截圖
下載Geometric New Tab擴展crx文件
下載Geometric New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | keminigbgjjjgmhohoieegfhhgdcgife |
官方網址 | 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" ] } } |