PicTwitterFull

Add zoom feature to twitter picture view.

PicTwitterFull란 무엇입니까?

PicTwitterFull은(는) cr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add zoom feature to twitter picture view."입니다.

확장 프로그램 스크린샷

screenshot

PicTwitterFull 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        [How to use]
This extension add to magnifying glass icon.
If click this icon(or right click on picture,or press + key), a picture will magnification to full size.
If once more click, it will magnification to one‐and‐a‐half times as size.
And if once more click, it will back to first size.

*** If lost a picture, scroll down and look for it. ***
*** If you want to use right click menu on a picture, press shift key and right click. ***

[Twitter account]
@PicTFull
https://twitter.com/PicTFull

[History]
v2.1.3 i18n internationalization
v2.1.2 Added to poor english explanation.
v2.1.1 Spelling mistake modified.
v2.1 Add to trigger right click.
v2.0 Add to magnifying glass icon.
v1.1 Add to keyboard shortcut(+ key)
v1.0 Release.                    

확장 프로그램 기본 정보

이름 PicTwitterFull PicTwitterFull
ID chfpgnianlhodkfdhdofnmjhpjebaamf
공식 URL https://chrome.google.com/webstore/detail/pictwitterfull/chfpgnianlhodkfdhdofnmjhpjebaamf
설명 Add zoom feature to twitter picture view.
파일 크기 39.91 KB
설치 횟수 289
현재 버전 2.1.3
최근 업데이트 2015-06-19
출시 날짜 2015-06-19
평점 5.00/5 총 6 개의 평점
개발자 cr
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/PicTFull
도움말 페이지 URL https://twitter.com/PicTFull
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.1.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}