New tab speeddial v2
Personal new tab page v2
What is New tab speeddial v2?
New tab speeddial v2 is a Chrome extension developed by @rubix, and its main feature is "Personal new tab page v2".
Extension Screenshots
Download New tab speeddial v2 Extension CRX File
Download New tab speeddial v2 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
Version 2 of my famous new tab extension. Links are not editable, feel free to fork the code https://github.com/rub1/startpage-v2
Extension Basic Information
Name | New tab speeddial v2 |
ID | iekhhppnomnclfcchdlfnlnfmdlbfono |
Official URL | https://chromewebstore.google.com/detail/new-tab-speeddial-v2/iekhhppnomnclfcchdlfnlnfmdlbfono |
Description | Personal new tab page v2 |
File Size | 9.2 KB |
Installation Count | 161 |
Current Version | 2.2.0 |
Last Updated | 2019-04-06 |
Publish Date | 2019-04-06 |
Rating | 4.33/5 Total 3 Ratings |
Developer | @rubix |
Payment Type | free |
Extension Website | https://github.com/rub1/startpage-v2 |
Help Page URL | https://github.com/rub1/startpage-v2/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New tab speeddial v2", "short_name": "NTSpeed2", "description": "Personal new tab page v2", "version": "2.2.0", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "tabs", "topSites" ], "minimum_chrome_version": "29", "web_accessible_resources": [ "index.html", "css\/style.css" ] } |