Flickr Share with Template
Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
¿Qué es Flickr Share with Template?
Flickr Share with Template es una extensión de Chrome desarrollada por https://blog.othree.net, y su función principal es "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Flickr Share with Template
Descarga archivos de extensión Flickr Share with Template 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
Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With this extension, you can write your own template with mustache template language. Document: https://github.com/othree/flickr-share-template#readme
Información Básica de la Extensión
Nombre | Flickr Share with Template |
ID | dfnfhbapijahpaobcpojofokllocfpnc |
URL Oficial | https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc |
Descripción | Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With… |
Tamaño del Archivo | 57.56 KB |
Cantidad de Instalaciones | 44 |
Versión Actual | 0.1.10 |
Última Actualización | 2016-01-04 |
Fecha de Publicación | 2016-01-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://blog.othree.net |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/othree/flickr-share-template |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flickr Share with Template", "version": "0.1.10", "manifest_version": 2, "minimum_chrome_version": "21", "icons": { "128": "icons\/128x128.png", "48": "icons\/48x48.png", "16": "icons\/16x16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_popup": "popup.html" }, "sandbox": { "pages": [ "hogan.html" ] }, "content_security_policy": "script-src 'unsafe-eval' 'self'; object-src 'self'", "permissions": [ "tabs", "storage" ] } |