Another Tab

Another Tab Chrome Extension

Apa itu Another Tab?

Another Tab adalah ekstensi Chrome yang dikembangkan oleh Dumb Sloth Development, dan fitur utamanya adalah "Another Tab Chrome Extension".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Another Tab

Unduh file ekstensi Another Tab 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

                        An open source Chrome extension that shows your bookmarks when you open a new tab.  
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab                    

Informasi Dasar Ekstensi

Nama Another Tab Another Tab
ID oaaeanlgefipegfcbgpgnhhnpengdjld
URL Resmi https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld
Deskripsi Another Tab Chrome Extension
Ukuran File 507 KB
Jumlah Instalasi 75
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Dumb Sloth Development
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/mmazzarolo/chrome-another-tab
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Another Tab",
    "description": "Another Tab Chrome Extension",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Another Tab",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
}