Popsicle: A Minimalist New Tab Replacement

A very minimal New Tab extension for Google Chrome.

Apa itu Popsicle: A Minimalist New Tab Replacement?

Popsicle: A Minimalist New Tab Replacement adalah ekstensi Chrome yang dikembangkan oleh https://dougbeney.com, dan fitur utamanya adalah "A very minimal New Tab extension for Google Chrome.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Popsicle: A Minimalist New Tab Replacement

Unduh file ekstensi Popsicle: A Minimalist New Tab Replacement 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

                        Popsicle gives you a minimal new tab page, with new, inspiring quotes every time you open a new tab.

In the settings page, you can fully customize this plugin. Choose from 35 different quote categories, completely tweak the color scheme, and add a background image.

Github Source: https://github.com/DougBeney/Popsicle-Google-Chrome-Extension                    

Informasi Dasar Ekstensi

Nama Popsicle: A Minimalist New Tab Replacement Popsicle: A Minimalist New Tab Replacement
ID loigpbgkmjjhjodnhlpmbjmojchpdjih
URL Resmi https://chromewebstore.google.com/detail/popsicle-a-minimalist-new/loigpbgkmjjhjodnhlpmbjmojchpdjih
Deskripsi A very minimal New Tab extension for Google Chrome.
Ukuran File 2.5 MB
Jumlah Instalasi 76
Versi Saat Ini 0.76
Terakhir Diperbarui 2017-08-16
Tanggal Publikasi 2017-08-16
Penilaian 4.71/5 Total 7 Penilaian
Pengembang https://dougbeney.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://dougbeney.com
URL Halaman Bantuan https://dougbeney.com/contact
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Popsicle: A Minimalist New Tab Replacement",
    "description": "A very minimal New Tab extension for Google Chrome.",
    "version": "0.76",
    "options_page": "settings.html",
    "author": "Doug Beney",
    "icons": {
        "16": "\/static\/icon\/icon16.png",
        "48": "\/static\/icon\/icon48.png",
        "128": "\/static\/icon\/icon128.png"
    },
    "browser_action": {
        "default_icon": "\/static\/icon\/icon.png",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}