Turn images upside down

Turn images upside down

Turn images upside down क्या है?

Turn images upside down lu1s द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn images upside down"।

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

screenshot
screenshot
screenshot
screenshot

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

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