Spec Tabs

Spec Tabs

Apa itu Spec Tabs?

Spec Tabs adalah ekstensi Chrome yang dikembangkan oleh Delfia Limited, dan fitur utamanya adalah "Spec Tabs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Spec Tabs

Unduh file ekstensi Spec Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Spec Tabs Spec Tabs
ID pnmgfgmabennkmoknmmdklacnophnmmn
URL Resmi https://chrome.google.com/webstore/detail/spec-tabs/pnmgfgmabennkmoknmmdklacnophnmmn
Deskripsi Spec Tabs
Ukuran File 262 KB
Jumlah Instalasi 60,684
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-09-02
Tanggal Publikasi 2021-08-23
Penilaian 4.94/5 Total 16 Penilaian
Pengembang Delfia Limited
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://spectabsext.com/privacy
Bahasa yang Didukung 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"
}