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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make the background of any page a doughnut. Works on most, if not all, the pages on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Page Doughnutify! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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! 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
}