Igallery Screen Capturing
Capture full-screen or specific application's screen on any HTTPs domain!
Igallery Screen Capturing란 무엇입니까?
Igallery Screen Capturing은(는) igallery에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture full-screen or specific application's screen on any HTTPs domain!"입니다.
확장 프로그램 스크린샷
Igallery Screen Capturing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
iGallery is a unique gallery that is dedicated to the promotion of artists, designers and craftsmen who are seeking exposure to their target markets. iGallery serves as a platform that bridges the gap between artists and their clients. We showcase artwork & designs that are connected to culture and place. We forge collaborations with craftsmen, designers and artists so as to give a contemporary take on certain skills and materials. iGallery provides everything that art lovers need in one place. Artists, designers and craftsmen can also create their full online studio with a fully responsive product gallery for any media type and social media network. . We provide artists, designers and craftsmen with a support network that will enable them to learn, grow and flourish. An Ever Growing Platform That is Dedicated To the World of Your Artistic Creations Our mission is to provide a platform for artist to showcase and promote original artworks and to provide them with the needed support. We are focused on offering nothing but the best selection of high – quality artworks by both established and emerging artists, designers and craftsmen.
확장 프로그램 기본 정보
이름 | Igallery Screen Capturing |
ID | amenejahmnhedecmcgmbbgdnjmlfhcgg |
공식 URL | https://chromewebstore.google.com/detail/igallery-screen-capturing/amenejahmnhedecmcgmbbgdnjmlfhcgg |
설명 | Capture full-screen or specific application's screen on any HTTPs domain! |
파일 크기 | 7.9 KB |
설치 횟수 | 22 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2016-12-05 |
출시 날짜 | 2016-12-05 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | igallery |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Igallery Screen Capturing", "author": "Enrique Thumar", "version": "0.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen on any HTTPs domain!", "homepage_url": "https:\/\/www.igallery.tv\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "http:\/\/localhost\/*", "https:\/\/igallery.tv\/*", "http:\/\/igallery.tv\/*", "https:\/\/www.igallery.tv\/*", "http:\/\/www.igallery.tv\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |