BarfAndBel.ch

BARFing out Dreamworks Dragons quotes

BarfAndBel.chคืออะไร?

BarfAndBel.ch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://barfandbel.ch และคุณลักษณะหลักของมันคือ "BARFing out Dreamworks Dragons quotes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BarfAndBel.ch

ดาวน์โหลดไฟล์ส่วนขยาย BarfAndBel.ch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Do you like the DreamWorks Dragons franchise? Do you like quotes? Do you like sometimes goofy backgrounds as you open new tabs? Then this extension might just be the extension for you!

BarfAndBel.ch is here to completely change your new tab page. No more boring white Google search. BarfAndBel.ch will display a random DreamWorks Dragons quote with fitting background every time you open a new tab or window. With an ever growing database of quotes you'll always find a new and funny one to dragon up your day!

The new tab page also features your own top sites, making it just as easy to use as the default new tab page, and many times as fun.

Contribute your own quotes by going to the BarfAndBel.ch website, and see your quote back on your new tab page!

Chrome extension by hictooth
BarfAndBel.ch by Iantje                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BarfAndBel.ch BarfAndBel.ch
ID ighopclhjeijlgfnjelnhnhdeheeaflh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/barfandbelch/ighopclhjeijlgfnjelnhnhdeheeaflh
คำอธิบาย BARFing out Dreamworks Dragons quotes
ขนาดไฟล์ 1.62 MB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.6.11
อัปเดตครั้งล่าสุด 2017-06-14
วันที่เผยแพร่ 2017-06-14
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://barfandbel.ch
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BarfAndBel.ch",
    "short_name": "BarfAndBel.ch",
    "description": "BARFing out Dreamworks Dragons quotes",
    "version": "0.6.11",
    "version_name": "0.6.11",
    "author": "hictooth and Iantje",
    "homepage_url": "http:\/\/barfandbel.ch\/",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "topSites",
        "storage"
    ]
}