Viewfinder

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

What is Viewfinder?

Viewfinder is a Chrome extension developed by http://bitpixdigital.com, and its main feature is "A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more".

Extension Screenshots

screenshot

Download Viewfinder Extension CRX File

Download Viewfinder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Viewfinder Viewfinder
ID mhkkgmlmhlnkkijpjmendgamnmjceano
Official URL https://chrome.google.com/webstore/detail/mhkkgmlmhlnkkijpjmendgamnmjceano
Description A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more
File Size 18.64 MB
Installation Count 41
Current Version 1.1.2
Last Updated 2018-06-02
Publish Date 2018-06-02
Developer http://bitpixdigital.com
Email [email protected]
Payment Type free
Extension Website http://www.bitpixdigital.com/blog
Supported Languages 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"
    ]
}