BarfAndBel.ch

BARFing out Dreamworks Dragons quotes

什麼是BarfAndBel.ch?

BarfAndBel.ch是由https://barfandbel.ch開發的Chrome擴展程式,該擴展的主要功能是“BARFing out Dreamworks Dragons quotes”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載BarfAndBel.ch擴展crx文件

下載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
官方網址 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"
    ]
}