StartupTabs.com
The startup discovery engine. Startuptabs help you discover new startups with every tab you open.
What is StartupTabs.com?
StartupTabs.com is a Chrome extension developed by https://www.startuptabs.com, and its main feature is "The startup discovery engine. Startuptabs help you discover new startups with every tab you open.".
Extension Screenshots
Download StartupTabs.com Extension CRX File
Download StartupTabs.com 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
The startup discovery engine. Startuptabs helps you discover your startup! Fresh and exciting startups with every new tab. Whats New! * Big fix for windows users that prevented from installing the extension! * Startup Portfolio Tracker! Track and get up to date news on your favorite startups * Fixed bug causing same startup to appear over and over
Extension Basic Information
Name | StartupTabs.com |
ID | bknfklfehllgmnbmlhejjoalkimnikfc |
Official URL | https://chromewebstore.google.com/detail/startuptabscom/bknfklfehllgmnbmlhejjoalkimnikfc |
Description | The startup discovery engine. Startuptabs help you discover new startups with every tab you open. |
File Size | 1.48 MB |
Installation Count | 354 |
Current Version | 1.2.3 |
Last Updated | 2016-02-25 |
Publish Date | 2016-02-24 |
Rating | 4.00/5 Total 15 Ratings |
Developer | https://www.startuptabs.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StartupTabs.com", "version": "1.2.3", "description": "The startup discovery engine. Startuptabs help you discover new startups with every tab you open.", "icons": { "48": "images\/startuptab_48.png", "128": "images\/startuptab_128.png" }, "chrome_url_overrides": { "newtab": "startuptab.html" }, "browser_action": { "default_icon": "images\/startuptab_32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background-bundle.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/api.startuptabs.com\/", "http:\/\/dev-api.startuptabs.com\/", "tabs" ] } |