Digg New Tab Extension

Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.

Apa itu Digg New Tab Extension?

Digg New Tab Extension adalah ekstensi Chrome yang dikembangkan oleh http://digg.com, dan fitur utamanya adalah "Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Digg New Tab Extension

Unduh file ekstensi Digg New Tab Extension 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

                        When you open a new tab in Chrome, instead of the default, a nice image and the latest stories from digg.com will be loaded.                    

Informasi Dasar Ekstensi

Nama Digg New Tab Extension Digg New Tab Extension
ID ifhmmfkaojalpgphoaknehmekeoilfhh
URL Resmi https://chrome.google.com/webstore/detail/digg-new-tab-extension/ifhmmfkaojalpgphoaknehmekeoilfhh
Deskripsi Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.
Ukuran File 199 KB
Jumlah Instalasi 1,650
Versi Saat Ini 1.37
Terakhir Diperbarui 2020-09-19
Tanggal Publikasi 2020-04-13
Penilaian 3.00/5 Total 10 Penilaian
Pengembang http://digg.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://digg.com
URL Halaman Kebijakan Privasi http://digg.com/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Digg New Tab Extension",
    "version": "1.37",
    "description": "Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.",
    "author": "Digg",
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.digg.com\/*",
        "*:\/\/stocksnap.io\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "vendor\/jquery-3.3.1.min.js",
            "dist\/js\/app.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ipinfo.io\/"
            ],
            "js": [
                "dist\/js\/app.min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ipinfo.io\/; object-src 'self'"
}