Viewfinder

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

Qu'est-ce que Viewfinder ?

Viewfinder est une extension Chrome développée par http://bitpixdigital.com, et sa fonction principale est "A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Viewfinder

Téléchargez les fichiers d'extension Viewfinder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Viewfinder Viewfinder
ID mhkkgmlmhlnkkijpjmendgamnmjceano
URL Officiel 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
Taille du Fichier 18.64 MB
Nombre d'Installations 41
Version Actuelle 1.1.2
Dernière Mise à Jour 2018-06-02
Date de Publication 2018-06-02
Développeur http://bitpixdigital.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.bitpixdigital.com/blog
Langues Prises en Charge 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"
    ]
}