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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}