Hacker Tab

Customizable Hacker Themed New Tab For Chrome

什么是Hacker Tab?

Hacker Tab是由https://stalkers.pk开发的Chrome扩展程序,该扩展的主要功能是“Customizable Hacker Themed New Tab For Chrome”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Hacker Tab扩展crx文件

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

扩展使用说明

                        Matrix based animated hacker theme with many search engines and Mr. Robot Wallpapers. Feel geeky and impress your friends with the cool animation in your chrome.

Setting Menu can be accessed by moving cursor to left edge. Matrix can be customized to any colour of your liking through a colour picker. There are Mr. Robot Wallpapers are built in but any other wallpaper can be used from 'Custom Wallpaper' button.                    

扩展基本信息

名称 Hacker Tab Hacker Tab
ID olmfokfdiaekgfcpgjomahmkllgkanoa
官方URL https://chromewebstore.google.com/detail/hacker-tab/olmfokfdiaekgfcpgjomahmkllgkanoa
简介 Customizable Hacker Themed New Tab For Chrome
文件大小 1.7 MB
安装次数 5,000
当前版本 1.0
更新时间 2020-08-27
上架时间 2019-10-17
评分 5.00/5 共12次评分
开发者 https://stalkers.pk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/FahadYousafMahar/HackerTab
帮助页面URL https://github.com/FahadYousafMahar/HackerTab#faqs
支持的语言 en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Customizable Hacker Themed New Tab For Chrome",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96-128.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Hacker Tab",
    "short_name": "Hacker Tab",
    "web_accessible_resources": [
        "css\/*.ttf",
        "js\/custom.min.js",
        "js\/script.min.js",
        "js\/jscolor.min.js",
        "js\/fast.min.js",
        "js\/def-settings-reloader.js",
        "js\/platform.min.js",
        "js\/sortable.min.js",
        "js\/perfect-scrollbar.min.js",
        "js\/init.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/init.js",
            "js\/script.min.js",
            "js\/jscolor.min.js",
            "js\/custom.min.js",
            "js\/fast.min.js",
            "js\/def-settings-reloader.js",
            "js\/platform.min.js",
            "js\/sortable.min.js",
            "js\/perfect-scrollbar.min.js",
            "autocomplete\/index.js",
            "js\/canvas\/matrix.js",
            "js\/canvas\/stars.js",
            "js\/canvas\/trails.js",
            "js\/canvas\/nodes.js",
            "js\/canvas\/nodes2x.js",
            "js\/canvas\/circuits.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "version": "1.0"
}