Simple Start Page
Replace new tab page with a simple start page
什么是Simple Start Page?
Simple Start Page是由hawkins开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with a simple start page”。
扩展截图
下载Simple Start Page扩展crx文件
下载Simple Start Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple Start Page is a simple replacement for your default New Tab page in Chrome. Simple Start Page provides an easy-to-use interface which can be customized by right-clicking on certain components, and each of these settings sync across all devices! Simple Start Page includes Google Calendar's upcoming events and, currently, three categories of four quick bookmarks you can customize to your heart's desire. -- On setup, please follow this guide to configure your google calendar: https://github.com/hawkins/start-page/wiki/Set-Up-Google-Calendar To enable device setting sync, ensure your google chrome sync is turned on and the checkbox next to "Extensions" is checked. -- This extension is an open-sourced project in which new features will be added whenever possible. You can contribute to this project at http://github.com/hawkins/start-page.
扩展基本信息
名称 | |
ID | penpdmhpelafnfaeidigoapommfeoeai |
官方URL | https://chrome.google.com/webstore/detail/simple-start-page/penpdmhpelafnfaeidigoapommfeoeai |
简介 | Replace new tab page with a simple start page |
文件大小 | 1.14 MB |
安装次数 | 59 |
当前版本 | 1.2 |
更新时间 | 2016-03-14 |
上架时间 | 2016-03-14 |
评分 | 5.00/5 共3次评分 |
开发者 | hawkins |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/hawkins/start-page/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Start Page", "description": "Replace new tab page with a simple start page", "version": "1.2", "author": "Josh Hawkins", "incognito": "split", "permissions": [ "tabs", "storage" ], "chrome_url_overrides": { "newtab": "start.html" }, "icons": { "16": "img\/fav\/favicon-16x16.png", "32": "img\/fav\/favicon-32x32.png", "96": "img\/fav\/favicon-96x96.png", "148": "img\/fav\/android-icon-48x48.png", "192": "img\/fav\/android-icon-192x192.png" }, "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com\/; object-src 'self'", "manifest_version": 2 } |