Hacker Tab

Customizable Hacker Themed New Tab For Chrome

Hacker Tab क्या है?

Hacker Tab https://stalkers.pk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customizable Hacker Themed New Tab For Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hacker Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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