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! هو إضافة Chrome تم تطويرها بواسطة https://yooniverse.games، والميزة الرئيسية لها هي "Make the background of any page a doughnut. Works on most, if not all, the pages on the web.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Chrome Page Doughnutify!

قم بتنزيل ملفات الامتداد Chrome Page Doughnutify! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}