StartupTabs.com
The startup discovery engine. Startuptabs help you discover new startups with every tab you open.
什么是StartupTabs.com?
StartupTabs.com是由https://www.startuptabs.com开发的Chrome扩展程序,该扩展的主要功能是“The startup discovery engine. Startuptabs help you discover new startups with every tab you open.”。
扩展截图
下载StartupTabs.com扩展crx文件
下载StartupTabs.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | StartupTabs.com |
ID | bknfklfehllgmnbmlhejjoalkimnikfc |
官方URL | https://chromewebstore.google.com/detail/startuptabscom/bknfklfehllgmnbmlhejjoalkimnikfc |
简介 | The startup discovery engine. Startuptabs help you discover new startups with every tab you open. |
文件大小 | 1.48 MB |
安装次数 | 354 |
当前版本 | 1.2.3 |
更新时间 | 2016-02-25 |
上架时间 | 2016-02-24 |
评分 | 4.00/5 共15次评分 |
开发者 | https://www.startuptabs.com |
付费类型 | free |
支持的语言 | 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" ] } |