Orbitum Speed Dial
Adds new start page for empty browser tabs.
What is Orbitum Speed Dial?
Orbitum Speed Dial is a Chrome extension developed by https://orbitum.com, and its main feature is "Adds new start page for empty browser tabs.".
Extension Screenshots
Download Orbitum Speed Dial Extension CRX File
Download Orbitum Speed Dial 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
Orbitum Speed Dial is a perfect replacement for the Chrome “new tab“ page: beautiful background images, quick access to your favourite sites, easy customisation options.
Extension Basic Information
Name | Orbitum Speed Dial |
ID | dbaonaocldpohelilahfhnkmjankmbcc |
Official URL | https://chromewebstore.google.com/detail/orbitum-speed-dial/dbaonaocldpohelilahfhnkmjankmbcc |
Description | Adds new start page for empty browser tabs. |
File Size | 1.08 MB |
Installation Count | 101,505 |
Current Version | 6.0.0 |
Last Updated | 2024-02-29 |
Publish Date | 2024-02-29 |
Rating | 2.82/5 Total 205 Ratings |
Developer | https://orbitum.com |
[email protected] | |
Payment Type | free |
Extension Website | https://orbitum.com/ |
Help Page URL | https://orbitum.com/feedback/ |
Privacy Policy Page URL | https://privacy.orbitum.com |
Supported Languages | en,fr,es,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Orbitum Speed Dial", "version": "6.0.0", "description": "Adds new start page for empty browser tabs.", "default_locale": "en", "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "host_permissions": [ "http:\/\/ext.orbitum.com\/*" ], "permissions": [ "storage" ], "background": { "service_worker": "app.js", "type": "module" }, "chrome_url_overrides": { "newtab": "view\/blank.html" } } |