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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |