Twitter -_orig

No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.

Twitter -_orig क्या है?

Twitter -_orig Scotto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier."।

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

screenshot

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

crx प्रारूप में Twitter -_orig एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A simple extension that makes saving Twitter images much easier. This extension automatically redirects any Twitter image to it's ":orig" counterpart and makes it so instead of your OS suggesting .jpg_orig as the file extension, it will suggest .jpg whilst retaining the same jpg:orig image file.                    

एक्सटेंशन की मूल जानकारी

नाम Twitter -_orig Twitter -_orig
ID abhahfjacodgcpjmnofopebllmgmdlef
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef
विवरण No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
फ़ाइल का आकार 14.46 KB
स्थापना संख्या 230
वर्तमान संस्करण 0.5
अंतिम अपडेट 2019-07-28
प्रकाशन तिथि 2019-07-28
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Scotto
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter -_orig",
    "description": "No more .jpg_orig + auto appends \":orig\"! Make saving original twitter images easier.",
    "version": "0.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/icons\/iconx16.png",
        "48": ".\/icons\/iconx48.png",
        "128": ".\/icons\/iconx128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/pbs.twimg.com\/media\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/iconx16.png",
            "48": ".\/icons\/iconx48.png",
            "128": ".\/icons\/iconx128.png"
        }
    },
    "commands": {
        "save": {
            "suggested_key": {
                "default": "Ctrl+S",
                "mac": "Command+S"
            },
            "description": "Save"
        }
    }
}