QuickStart
Bookmark-based browser start page
What is QuickStart?
QuickStart is a Chrome extension developed by Unknown, and its main feature is "Bookmark-based browser start page".
Extension Screenshots
Download QuickStart Extension CRX File
Download QuickStart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | QuickStart |
ID | nbiomkiioloimkmidmeahdcjggilcdmp |
Official URL | https://chromewebstore.google.com/detail/quickstart/nbiomkiioloimkmidmeahdcjggilcdmp |
Description | Bookmark-based browser start page |
File Size | 452 KB |
Installation Count | 206 |
Current Version | 1.1.2 |
Last Updated | 2020-12-05 |
Publish Date | 2020-06-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/samuelmeuli/quick-start |
Help Page URL | https://github.com/samuelmeuli/quick-start |
Supported Languages | 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}" } } } |