PictoVorous
SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)
PictoVorous란 무엇입니까?
PictoVorous은(는) https://jaxprodart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)"입니다.
확장 프로그램 스크린샷
PictoVorous 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PictoVorous is an extension which automatically generates a slideshow from the webpage you are visiting. It's designed particularly for Pinterest, FlickR, Artsation and some other gallery websites. You can: - See and download HD pictures, - Change delay between slide show slides, - Choose between some transition styles... And some other features...
확장 프로그램 기본 정보
이름 | PictoVorous |
ID | nbphaaidffamiglgojgnoifjoljkffkk |
공식 URL | https://chromewebstore.google.com/detail/pictovorous/nbphaaidffamiglgojgnoifjoljkffkk |
설명 | SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...) |
파일 크기 | 407 KB |
설치 횟수 | 70 |
현재 버전 | 2.1 |
최근 업데이트 | 2021-03-16 |
출시 날짜 | 2019-12-20 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://jaxprodart.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PictoVorous", "manifest_version": 2, "version": "2.1", "description": "SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-2.2.4.min.js", "app.js" ], "css": [ "JaxXSlideShow.css" ] } ], "web_accessible_resources": [ "icons\/icon-Pictovorous.svg", "icons\/icon-start_slideShow.svg", "icons\/icon-play.svg", "icons\/icon-pause.svg", "icons\/icon-reload.svg", "icons\/icon-load_more.svg", "icons\/icon-download.svg", "icons\/icon-fullscreen-on.svg", "icons\/icon-fullscreen-off.svg", "icons\/icon-close.svg", "icons\/icon_Pictovorous.svg", "icons\/icon-prev.svg", "icons\/icon-play.svg", "icons\/icon-pause.svg", "icons\/icon-next.svg" ] } |