Viewfinder

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

Co je Viewfinder?

Viewfinder je rozšíření Chrome vyvinuté http://bitpixdigital.com, a jeho hlavní funkcí je „A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Viewfinder

Stáhněte si soubory rozšíření Viewfinder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Viewfinder Viewfinder
ID mhkkgmlmhlnkkijpjmendgamnmjceano
Oficiální URL https://chrome.google.com/webstore/detail/mhkkgmlmhlnkkijpjmendgamnmjceano
Popis A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more
Velikost souboru 18.64 MB
Počet instalací 41
Aktuální Verze 1.1.2
Poslední Aktualizace 2018-06-02
Datum Vydání 2018-06-02
Vývojář http://bitpixdigital.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.bitpixdigital.com/blog
Podporované Jazyky 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"
    ]
}