Viewfinder

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

什么是Viewfinder?

Viewfinder是由http://bitpixdigital.com开发的Chrome扩展程序,该扩展的主要功能是“A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more”。

扩展截图

screenshot

下载Viewfinder扩展crx文件

下载Viewfinder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Viewfinder Viewfinder
ID mhkkgmlmhlnkkijpjmendgamnmjceano
官方URL https://chrome.google.com/webstore/detail/mhkkgmlmhlnkkijpjmendgamnmjceano
简介 A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more
文件大小 18.64 MB
安装次数 41
当前版本 1.1.2
更新时间 2018-06-02
上架时间 2018-06-02
开发者 http://bitpixdigital.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.bitpixdigital.com/blog
支持的语言 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"
    ]
}