Helix Tab

Take your browser up a notch

什么是Helix Tab?

Helix Tab是由https://helix-tab.com开发的Chrome扩展程序,该扩展的主要功能是“Take your browser up a notch”。

扩展截图

screenshot
screenshot

下载Helix Tab扩展crx文件

下载Helix Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    }
}