Spec Tabs

Spec Tabs

什麼是Spec Tabs?

Spec Tabs是由Delfia Limited開發的Chrome擴展程式,該擴展的主要功能是“Spec Tabs”。

擴展截圖

screenshot

下載Spec Tabs擴展crx文件

下載Spec Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        No more boring tabs! 
Our extension will help you make your browser colorful. By downloading it, you can easily install any beautiful image for every tab instead of gloomy ones.

Features:
🔸Our new tabs have a modified background image, which minimizes the load on the eyes from bright light in the dark; 
🔸This extension will help you quickly, by simply clicking on the buttons, clear: the browser history, cookies, the list of downloaded files, and the global cleaning of all stored data in the browser;
🔸Moreover, our extension is really easy to use. 

By clicking "Add to chrome", I accept and agree to install the "Spec Tabs" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use https://spectabsext.com/terms and Privacy Policy https://spectabsext.com/privacy
Contact us https://spectabsext.com/contacts

We are always working on new features, so you can email us to request them. 
And if you have a few minutes, please leave us a review. It is very important to our company. Thank you! https://spectabsext.com/aboutus

If you want to uninstall our extension please follow this link https://spectabsext.com/uninstall                    

擴展基本資訊

名稱 Spec Tabs Spec Tabs
ID pnmgfgmabennkmoknmmdklacnophnmmn
官方網址 https://chrome.google.com/webstore/detail/spec-tabs/pnmgfgmabennkmoknmmdklacnophnmmn
簡介 Spec Tabs
檔案大小 262 KB
安裝次數 60,684
目前版本 1.0.0
更新時間 2021-09-02
上架時間 2021-08-23
評分 4.94/5 共 16 次評分
開發者 Delfia Limited
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://spectabsext.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "fav.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "description": "Spec Tabs",
    "icons": {
        "128": "fav.png"
    },
    "manifest_version": 2,
    "name": "Spec Tabs",
    "permissions": [
        "browsingData",
        "background"
    ],
    "version": "1.0.0"
}