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
官方網址 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"
        }
    }
}