StartupTabs.com
The startup discovery engine. Startuptabs help you discover new startups with every tab you open.
Cos'è StartupTabs.com?
StartupTabs.com è un'estensione di Chrome sviluppata da https://www.startuptabs.com, e la sua funzione principale è "The startup discovery engine. Startuptabs help you discover new startups with every tab you open.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StartupTabs.com
Scarica i file di estensione StartupTabs.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | StartupTabs.com |
ID | bknfklfehllgmnbmlhejjoalkimnikfc |
URL Ufficiale | https://chromewebstore.google.com/detail/startuptabscom/bknfklfehllgmnbmlhejjoalkimnikfc |
Descrizione | The startup discovery engine. Startuptabs help you discover new startups with every tab you open. |
Dimensione del File | 1.48 MB |
Conteggio Installazioni | 354 |
Versione Corrente | 1.2.3 |
Ultimo Aggiornamento | 2016-02-25 |
Data di Pubblicazione | 2016-02-24 |
Valutazione | 4.00/5 Totale 15 Valutazioni |
Sviluppatore | https://www.startuptabs.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |