Twitter -_orig

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

Co je Twitter -_orig?

Twitter -_orig je rozšíření Chrome vyvinuté Scotto, a jeho hlavní funkcí je „No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter -_orig

Stáhněte si soubory rozšíření Twitter -_orig ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Twitter -_orig Twitter -_orig
ID abhahfjacodgcpjmnofopebllmgmdlef
Oficiální URL https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef
Popis No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
Velikost souboru 14.46 KB
Počet instalací 230
Aktuální Verze 0.5
Poslední Aktualizace 2019-07-28
Datum Vydání 2019-07-28
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Scotto
Typ Platby free
Podporované Jazyky 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"
        }
    }
}