Photos Tagged
This extension will add a button on Facebook™ to show photos that the current profile was tagged in
¿Qué es Photos Tagged?
Photos Tagged es una extensión de Chrome desarrollada por Ran Mariuma, y su función principal es "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Photos Tagged
Descarga archivos de extensión Photos Tagged 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 helps you find photos in Facebook™ of people by observing their friends' photos they were tagged in. Easily and free, just install the extension and click the new button on Facebook™ profile page, under photos ('Photos Tagged'). This is an open source extension and the source code is hosted in github: https://github.com/maryum375/Photos-tagged
Información Básica de la Extensión
Nombre | |
ID | ganlbkinkbapfndplimhpeajajmkbgno |
URL Oficial | https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno |
Descripción | This extension will add a button on Facebook™ to show photos that the current profile was tagged in |
Tamaño del Archivo | 7.08 KB |
Cantidad de Instalaciones | 668 |
Versión Actual | 1.1.2 |
Última Actualización | 2017-10-10 |
Fecha de Publicación | 2017-10-10 |
Calificación | 2.00/5 Total de 4 Calificaciones |
Desarrollador | Ran Mariuma |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/maryum375/Photos-tagged |
URL de la Página de Ayuda | https://github.com/maryum375/Photos-tagged |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Photos Tagged", "short_name": "Photos Tagged", "description": "This extension will add a button on Facebook\u2122 to show photos that the current profile was tagged in", "version": "1.1.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "addphotosofbutton.js" ], "run_at": "document_start" } ] } |