Twitter -_orig

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

Twitter -_origとは何ですか?

Twitter -_origはScottoによって開発されたChromeの拡張機能で、その主な機能は「No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.」です。

拡張機能のスクリーンショット

screenshot

Twitter -_orig拡張機能のCRXファイルをダウンロード

Twitter -_orig拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        }
    }
}