Turn images upside down

Turn images upside down

ما هو Turn images upside down؟

Turn images upside down هو إضافة Chrome تم تطويرها بواسطة lu1s، والميزة الرئيسية لها هي "Turn images upside down".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Turn images upside down

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

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

                        This extension, when clicked, will turn every image upside down usign css rotate and a transition effect. When clicking again, it will turn them back to their original position.                    

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

الاسم Turn images upside down Turn images upside down
ID dkfmdnojipbgbfafjbiinbjjdbeclbin
عنوان URL الرسمي https://chromewebstore.google.com/detail/turn-images-upside-down/dkfmdnojipbgbfafjbiinbjjdbeclbin
الوصف Turn images upside down
حجم الملف 27.05 KB
عدد التثبيتات 39
النسخة الحالية 0.0.1
آخر تحديث 2020-04-02
تاريخ النشر 2020-03-27
تقييم 5.00/5 مجموع تقييمات 1
المطور lu1s
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Turn images upside down",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Turn images upside down",
    "homepage_url": "http:\/\/luispulido.com",
    "icons": {
        "16": "favicon-16.png",
        "48": "favicon-48.png",
        "128": "favicon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Turn images upside down"
    },
    "permissions": [
        "activeTab"
    ]
}