Viewfinder

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

ما هو Viewfinder؟

Viewfinder هو إضافة Chrome تم تطويرها بواسطة http://bitpixdigital.com، والميزة الرئيسية لها هي "A new tab replacement for those that love vintage, classic cameras and design. Beautiful backgrounds, design inspired quotes & more".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Viewfinder

قم بتنزيل ملفات الامتداد Viewfinder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}