SlideshowPlayer
Plays the slideshow with images which is linked from the page.
¿Qué es SlideshowPlayer?
SlideshowPlayer es una extensión de Chrome desarrollada por https://far.whochan.com, y su función principal es "Plays the slideshow with images which is linked from the page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SlideshowPlayer
Descarga archivos de extensión SlideshowPlayer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension plays the slideshow with images which is linked from the page. = ##### W A R N I N G ##### This extension judges address of the links of the images using LinkFilterAPI on LinkRedirector. If you use this, you MUST install LinkRedirector. = Usage == Slideshow The extension popup is the controller. Slideshow will be played when you click the play button. = Album (New!) If you click the recording button which is shown when you hover over an image, then record the image. Or if you click the recording button on the controller, then slideshow is played and all images shown will be recorded automatically. Recorded images are able to play per album. (It records address, but not record actual images. The function of recording actual images will be implemented if the File I/O API was implemented.)
Información Básica de la Extensión
Nombre | SlideshowPlayer |
ID | geopiocdphdpmkapnceogppdcfjklhbj |
URL Oficial | https://chromewebstore.google.com/detail/slideshowplayer/geopiocdphdpmkapnceogppdcfjklhbj |
Descripción | Plays the slideshow with images which is linked from the page. |
Tamaño del Archivo | 202 KB |
Cantidad de Instalaciones | 1,456 |
Versión Actual | 2.6.5 |
Última Actualización | 2017-12-19 |
Fecha de Publicación | 2017-12-18 |
Calificación | 3.57/5 Total de 14 Calificaciones |
Desarrollador | https://far.whochan.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://far.whochan.com/wlog.cgi/SlideshowPlayer |
URL de la Página de Ayuda | https://twitter.com/intent/tweet?screen_name=whochan_com&hashtags=SlideshowPlayer |
URL de la Página de Política de Privacidad | http://far.whochan.com/wlog.cgi/Privacy%20Policy |
Idiomas Soportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SlideshowPlayer", "version": "2.6.5", "manifest_version": 2, "default_locale": "en", "description": "__MSG_DESCRIPTION__", "homepage_url": "http:\/\/far.whochan.com\/", "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon96.png" }, "background": { "page": "index.html" }, "options_ui": { "chrome_style": false, "open_in_tab": true, "page": "options.html" }, "page_action": { "default_title": "SlideshowPlayer", "default_icon": "buttons\/disabled.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "web_accessible_resources": [ "configurations\/clientlang.json", "locales\/*\/configurations\/clientlang.json" ], "content_scripts": [ { "run_at": "document_idle", "all_frames": false, "matches": [ " |