Chrome Page Doughnutify!
Make the background of any page a doughnut. Works on most, if not all, the pages on the web.
Chrome Page Doughnutify!란 무엇입니까?
Chrome Page Doughnutify!은(는) https://yooniverse.games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make the background of any page a doughnut. Works on most, if not all, the pages on the web."입니다.
확장 프로그램 스크린샷
Chrome Page Doughnutify! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Downloading this extension will add a button to your chrome browser. When you click it, it will set the background of your page to a doughnut. It is good with your coffee! :) UPDATES: V 1.2.3: Re-designed image selection interface, added custom URL background V 1.2.2: Added another mode: Trumpify! V 1.2.1: Doughnutify now works on mail.google.com/gmail.com!!! YAY! Don't like the Gmail themes? Use Doughnutify!! V 1.2: Fixed Doughnutify on docs.google.com, drive.google.com, inbox.google.com! I am still working on a fix for mail.google.com (gmail.com). Please be patient. V 1.1: Added an alert if you try to doughnutify a page that is known to not support it. I am working on a fix to makes those websites be supported. :)
확장 프로그램 기본 정보
이름 | Chrome Page Doughnutify! |
ID | bokegacfgcekipbimhpgbpckplpimmcf |
공식 URL | https://chromewebstore.google.com/detail/chrome-page-doughnutify/bokegacfgcekipbimhpgbpckplpimmcf |
설명 | Make the background of any page a doughnut. Works on most, if not all, the pages on the web. |
파일 크기 | 3.82 MB |
설치 횟수 | 99 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2017-03-02 |
출시 날짜 | 2017-03-02 |
평점 | 3.70/5 총 10 개의 평점 |
개발자 | https://yooniverse.games |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Page Doughnutify!", "description": "Make the background of any page a doughnut. Works on most, if not all, the pages on the web.", "version": "1.2.3", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "infuse.js" ], "persistent": false }, "browser_action": { "default_title": "Donutify this Page!", "default_icon": "img\/cookie.png" }, "manifest_version": 2 } |