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ファイルをダウンロード
Chrome Page Doughnutify!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |