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
官方網址 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"
    ]
}