QuickStart
Bookmark-based browser start page
什么是QuickStart?
QuickStart是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Bookmark-based browser start page”。
扩展截图
下载QuickStart扩展crx文件
下载QuickStart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
QuickStart is a beautiful and clean new tab page. The extension gives you quick access to your bookmarks and allows you to organize them to your liking. 扩展基本信息
| 名称 | |
| ID | nbiomkiioloimkmidmeahdcjggilcdmp |
| 官方URL | https://chromewebstore.google.com/detail/quickstart/nbiomkiioloimkmidmeahdcjggilcdmp |
| 简介 | Bookmark-based browser start page |
| 文件大小 | 452 KB |
| 安装次数 | 206 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2020-12-05 |
| 上架时间 | 2020-06-05 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Unknown |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/samuelmeuli/quick-start |
| 帮助页面URL | https://github.com/samuelmeuli/quick-start |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QuickStart",
"version": "1.1.2",
"description": "Bookmark-based browser start page",
"author": "Timoth\u00e9e Wildhaber and Samuel Meuli",
"homepage_url": "https:\/\/github.com\/samuelmeuli\/quick-start",
"permissions": [
"bookmarks",
"storage"
],
"icons": {
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"512": "icons\/icon-512.png",
"1024": "icons\/icon-1024.png"
},
"background": {
"scripts": [
".\/background.js"
]
},
"chrome_url_overrides": {
"newtab": ".\/index.html"
},
"options_ui": {
"page": ".\/options.html",
"browser_style": true,
"chrome_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "{bdbbd63e-dca7-48fd-ab02-9ca4fad8f778}"
}
}
} | |