Potato It!

Internet + Potatoes = Pure Awesome

ما هو Potato It!؟

Potato It! هو إضافة Chrome تم تطويرها بواسطة Evan Shimoniak، والميزة الرئيسية لها هي "Internet + Potatoes = Pure Awesome".

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

screenshot

تحميل ملف CRX للإضافة Potato It!

قم بتنزيل ملفات الامتداد Potato It! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension most images to potatoes. You can adjust it to alter only some images, some background images, or alter all background images. As of the current version, it does not yet change iframes, flash elements, HTML5 canvases, and most ads.

Image from HowBigIsMyPotato.com. Used with permission.

The source and changelog for the program can be found at https://github.com/FracturedRetina/PotatoIt.

If you have any suggestions for features leave a review or open an issue on GitHub.                    

معلومات أساسية عن التمديد

الاسم Potato It! Potato It!
ID lbkdijklknadgammeolepeachokdbnll
عنوان URL الرسمي https://chrome.google.com/webstore/detail/potato-it/lbkdijklknadgammeolepeachokdbnll
الوصف Internet + Potatoes = Pure Awesome
حجم الملف 131 KB
عدد التثبيتات 165
النسخة الحالية 2.0.2
آخر تحديث 2015-01-26
تاريخ النشر 2015-01-26
تقييم 3.08/5 مجموع تقييمات 13
المطور Evan Shimoniak
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato It!",
    "description": "Internet + Potatoes = Pure Awesome",
    "version": "2.0.2",
    "icons": {
        "19": "res\/icon-pxl-light.png",
        "128": "res\/icon128.png"
    },
    "browser_action": {
        "default_name": "Potato It!",
        "default_icon": "res\/icon-pxl-light.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "res\/potato.png",
        "jquery.min.js",
        "options.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}