Chrome Page Doughnutify!

Make the background of any page a doughnut. Works on most, if not all, the pages on the web.

Was ist Chrome Page Doughnutify!?

Chrome Page Doughnutify! ist eine Chrome-Erweiterung, die von https://yooniverse.games entwickelt wurde, und ihr Hauptmerkmal ist "Make the background of any page a doughnut. Works on most, if not all, the pages on the web.".

Erweiterungsscreenshots

screenshot

Chrome Page Doughnutify!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome Page Doughnutify!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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. :)                    

Grundlegende Informationen zur Erweiterung

Name Chrome Page Doughnutify! Chrome Page Doughnutify!
ID bokegacfgcekipbimhpgbpckplpimmcf
Offizielle URL https://chromewebstore.google.com/detail/chrome-page-doughnutify/bokegacfgcekipbimhpgbpckplpimmcf
Beschreibung Make the background of any page a doughnut. Works on most, if not all, the pages on the web.
Dateigröße 3.82 MB
Installationsanzahl 99
Aktuelle Version 1.2.3
Letztes Update 2017-03-02
Veröffentlichungsdatum 2017-03-02
Bewertung 3.70/5 Insgesamt 10 Bewertungen
Entwickler https://yooniverse.games
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}