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文件
下载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... 扩展基本信息
| 名称 | |
| 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"
]
} | |