BarfAndBel.ch
BARFing out Dreamworks Dragons quotes
BarfAndBel.ch란 무엇입니까?
BarfAndBel.ch은(는) https://barfandbel.ch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BARFing out Dreamworks Dragons quotes"입니다.
확장 프로그램 스크린샷
BarfAndBel.ch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |