Vk Photo (nice pictures)
Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe
Vk Photo (nice pictures)란 무엇입니까?
Vk Photo (nice pictures)은(는) https://azure.pp.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe"입니다.
확장 프로그램 스크린샷
Vk Photo (nice pictures) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Expanded area for pictures (almost fullscreen) for more comfortable view. No flipping of the picture area when browsing pictures with different sizes/orientations. You still can navigate photo albums with cursor keys on your keyboard. Feel free to contact me with any suggestions about visual improvements and usability.
확장 프로그램 기본 정보
이름 | Vk Photo (nice pictures) |
ID | kjjojbiilieohmnmhmhdeildipalepcf |
공식 URL | https://chromewebstore.google.com/detail/vk-photo-nice-pictures/kjjojbiilieohmnmhmhdeildipalepcf |
설명 | Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe |
파일 크기 | 19.63 KB |
설치 횟수 | 108 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2013-12-29 |
출시 날짜 | 2013-12-29 |
평점 | 2.29/5 총 7 개의 평점 |
개발자 | https://azure.pp.ua |
결제 유형 | free |
지원되는 언어 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "version": "0.1.1", "icons": { "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*", "http:\/\/vk.com\/*" ], "css": [ "photo.css" ] } ] } |