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.
擴展基本資訊
名稱 | QuickStart |
ID | nbiomkiioloimkmidmeahdcjggilcdmp |
官方網址 | 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}" } } } |