StartupTabs.com

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

Qu'est-ce que StartupTabs.com ?

StartupTabs.com est une extension Chrome développée par https://www.startuptabs.com, et sa fonction principale est "The startup discovery engine. Startuptabs help you discover new startups with every tab you open.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension StartupTabs.com

Téléchargez les fichiers d'extension StartupTabs.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom StartupTabs.com StartupTabs.com
ID bknfklfehllgmnbmlhejjoalkimnikfc
URL Officiel https://chromewebstore.google.com/detail/startuptabscom/bknfklfehllgmnbmlhejjoalkimnikfc
Description The startup discovery engine. Startuptabs help you discover new startups with every tab you open.
Taille du Fichier 1.48 MB
Nombre d'Installations 354
Version Actuelle 1.2.3
Dernière Mise à Jour 2016-02-25
Date de Publication 2016-02-24
Évaluation 4.00/5 Total 15 Évaluations
Développeur https://www.startuptabs.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}