Viewfinder

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

¿Qué es Viewfinder?

Viewfinder es una extensión de Chrome desarrollada por http://bitpixdigital.com, y su función principal es "A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Viewfinder

Descarga archivos de extensión Viewfinder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Viewfinder Viewfinder
ID mhkkgmlmhlnkkijpjmendgamnmjceano
URL Oficial https://chrome.google.com/webstore/detail/mhkkgmlmhlnkkijpjmendgamnmjceano
Descripción A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more
Tamaño del Archivo 18.64 MB
Cantidad de Instalaciones 41
Versión Actual 1.1.2
Última Actualización 2018-06-02
Fecha de Publicación 2018-06-02
Desarrollador http://bitpixdigital.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.bitpixdigital.com/blog
Idiomas Soportados 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"
    ]
}