StartupTabs.com

The startup discovery engine. Startuptabs help you discover new startups with every tab you open.

Was ist StartupTabs.com?

StartupTabs.com ist eine Chrome-Erweiterung, die von https://www.startuptabs.com entwickelt wurde, und ihr Hauptmerkmal ist "The startup discovery engine. Startuptabs help you discover new startups with every tab you open.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

StartupTabs.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie StartupTabs.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name StartupTabs.com StartupTabs.com
ID bknfklfehllgmnbmlhejjoalkimnikfc
Offizielle URL https://chromewebstore.google.com/detail/startuptabscom/bknfklfehllgmnbmlhejjoalkimnikfc
Beschreibung The startup discovery engine. Startuptabs help you discover new startups with every tab you open.
Dateigröße 1.48 MB
Installationsanzahl 354
Aktuelle Version 1.2.3
Letztes Update 2016-02-25
Veröffentlichungsdatum 2016-02-24
Bewertung 4.00/5 Insgesamt 15 Bewertungen
Entwickler https://www.startuptabs.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}