Art Project Helper
Add button to hide interface elements for googleartproject.com when viewing artwork.
Art Project Helper란 무엇입니까?
Art Project Helper은(는) Roman Chervotkin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add button to hide interface elements for googleartproject.com when viewing artwork."입니다.
확장 프로그램 스크린샷
Art Project Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remove top and bottom UI bars for googleartproject.com, when viewing art work. Without bars you have only art work and not distracting UI elements. Just click on "Hide" button and bars would disappear. Move mouse in order to see "Show" button, which on click returns everything back. Tip: try it in full screen mode (press F11 key).
확장 프로그램 기본 정보
이름 | |
ID | fceagfhnibfjpofmefdckeoampkpldph |
공식 URL | https://chrome.google.com/webstore/detail/art-project-helper/fceagfhnibfjpofmefdckeoampkpldph |
설명 | Add button to hide interface elements for googleartproject.com when viewing artwork. |
파일 크기 | 4.55 KB |
설치 횟수 | 244 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2012-09-01 |
출시 날짜 | 2012-09-01 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Roman Chervotkin |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Art Project Helper", "version": "1.3.4", "manifest_version": 2, "description": "Add button to hide interface elements for googleartproject.com when viewing artwork.", "content_scripts": [ { "matches": [ "http:\/\/www.googleartproject.com\/*" ], "css": [ "aph.css" ], "js": [ "aph.js" ], "run_at": "document_end" } ] } |