Twitter original images (miki-shirusi)
Display the images in its original size on twitter.com when clicked tweet.
Twitter original images (miki-shirusi)란 무엇입니까?
Twitter original images (miki-shirusi)은(는) http://mikiishijima.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display the images in its original size on twitter.com when clicked tweet."입니다.
확장 프로그램 스크린샷
Twitter original images (miki-shirusi) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Display the images in its original size on twitter.com when clicked tweet. So simple & minimum codes. Lightweight extension. v.1.1 2016/07/25 [fixed] collapse gallery content when show too big original image. [added] The original image displayed on the toggle has to be switched. [added] Shortcut key 'O' is now available .
확장 프로그램 기본 정보
이름 | |
ID | gngemdehcfeffjiifgpjedncfppnmcko |
공식 URL | https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko |
설명 | Display the images in its original size on twitter.com when clicked tweet. |
파일 크기 | 48.92 KB |
설치 횟수 | 373 |
현재 버전 | 1.2 |
최근 업데이트 | 2016-07-25 |
출시 날짜 | 2016-07-25 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | http://mikiishijima.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "TOI", "icons": { "16": "icon-16.png", "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/twitter.com\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "main.css" ], "js": [ "jquery-3.0.0.min.js", "main.js" ] } ], "web_accessible_resources": [ "toi-icon.png" ] } |