PictoVorous
SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)
PictoVorousคืออะไร?
PictoVorous เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jaxprodart.com และคุณลักษณะหลักของมันคือ "SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PictoVorous
ดาวน์โหลดไฟล์ส่วนขยาย PictoVorous ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |