Viewfinder

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

Co to jest Viewfinder?

Viewfinder to rozszerzenie Chrome opracowane przez http://bitpixdigital.com, a jego główną funkcją jest „A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Viewfinder

Pobierz pliki rozszerzeń Viewfinder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Viewfinder Viewfinder
ID mhkkgmlmhlnkkijpjmendgamnmjceano
Oficjalny URL https://chrome.google.com/webstore/detail/mhkkgmlmhlnkkijpjmendgamnmjceano
Opis A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more
Rozmiar pliku 18.64 MB
Liczba instalacji 41
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2018-06-02
Data Publikacji 2018-06-02
Deweloper http://bitpixdigital.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.bitpixdigital.com/blog
Obsługiwane Języki 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"
    ]
}