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.”。

擴展截圖

screenshot

下載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! Chrome Page Doughnutify!
ID bokegacfgcekipbimhpgbpckplpimmcf
官方網址 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
}