Helix Tab
Take your browser up a notch
Helix Tab란 무엇입니까?
Helix Tab은(는) https://helix-tab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take your browser up a notch"입니다.
확장 프로그램 스크린샷
Helix Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Helix Tab replaces your current Chrome New Tab window with a feature packed New Tab that provides you with search and social features right on your fingertips! Features: – Typographic Clock – Custom web search engine – Social – Quick links to popular social media websites By clicking "Add to Chrome", I accept and agree to installing the Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search to that provided by the service and the Privacy Policy and Terms of Use of the extension. Our extension partners with third party search engines. These search engines can collect personal information about their users in accordance with their own privacy policies. To find out more information, please refer to "Types of data collected by search engines" within our Privacy Policy page. Permission required: Replace the page you see when opening a new tab Links: Terms of Use: https://helix-tab.com/terms-and-conditions/ Privacy Policy: https://helix-tab.com/privacy-policy/
확장 프로그램 기본 정보
이름 | Helix Tab |
ID | ogkjfglelpailehmjlkaodhoiageienh |
공식 URL | https://chromewebstore.google.com/detail/helix-tab/ogkjfglelpailehmjlkaodhoiageienh |
설명 | Take your browser up a notch |
파일 크기 | 652 KB |
설치 횟수 | 12,143 |
현재 버전 | 0.0.0.6 |
최근 업데이트 | 2020-12-17 |
출시 날짜 | 2020-05-12 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://helix-tab.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://helix-tab.com/privacy-policy/ |
개인정보 보호 정책 페이지 URL | https://browsa.co/privacy |
지원되는 언어 | en |
manifest.json | |
{ "background": { "page": "lib\/chrome\/background.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Helix Tab", "short_name": "Helix Tab", "version": "0.0.0.6", "description": "Take your browser up a notch", "homepage_url": "https:\/\/helix-tab.com\/", "chrome_url_overrides": { "newtab": "html\/index.html" }, "permissions": [ "storage" ], "browser_action": { "default_title": "New Tab - Helix Tab", "default_icon": "icons\/helix-tab.jpg" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.bing.com https:\/\/cdn.jsdelivr.net https:\/\/ff.search.yahoo.com https:\/\/cdnjs.cloudflare.com https:\/\/chrome.google.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/helix-tab.com; object-src 'self'", "icons": { "16": "icons\/helix-tab-16x16.jpg", "48": "icons\/helix-tab-48x48.jpg", "128": "icons\/helix-tab-128x128.jpg" } } |