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
Eメール [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"
    ]
}