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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    ]
}