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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}