Viewfinder

A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more

Apa itu Viewfinder?

Viewfinder adalah ekstensi Chrome yang dikembangkan oleh http://bitpixdigital.com, dan fitur utamanya adalah "A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Viewfinder

Unduh file ekstensi Viewfinder 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

                        Viewfinder is a tab replacement for those that love classic film cameras. 

Inspire yourself to shoot each day when opening new tabs by viewing a beautiful photo of a vintage camera, along with the time, greeting and a design based quote.                    

Informasi Dasar Ekstensi

Nama Viewfinder Viewfinder
ID mhkkgmlmhlnkkijpjmendgamnmjceano
URL Resmi https://chrome.google.com/webstore/detail/mhkkgmlmhlnkkijpjmendgamnmjceano
Deskripsi A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more
Ukuran File 18.64 MB
Jumlah Instalasi 41
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2018-06-02
Tanggal Publikasi 2018-06-02
Pengembang http://bitpixdigital.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.bitpixdigital.com/blog
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Viewfinder",
    "description": "A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more",
    "version": "1.1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "background.js"
            ]
        }
    ],
    "author": "BitPix Digital",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": "newtab.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Viewfinder"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}