Photos Tagged
This extension will add a button on Facebook™ to show photos that the current profile was tagged in
O que é Photos Tagged?
Photos Tagged é uma extensão do Chrome desenvolvida por Ran Mariuma, e sua principal característica é "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Photos Tagged
Baixe arquivos de extensão Photos Tagged no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ganlbkinkbapfndplimhpeajajmkbgno |
URL Oficial | https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno |
Descrição | This extension will add a button on Facebook™ to show photos that the current profile was tagged in |
Tamanho do Arquivo | 7.08 KB |
Contagem de Instalações | 668 |
Versão Atual | 1.1.2 |
Última Atualização | 2017-10-10 |
Data de Publicação | 2017-10-10 |
Classificação | 2.00/5 Total de 4 Avaliações |
Desenvolvedor | Ran Mariuma |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/maryum375/Photos-tagged |
URL da Página de Ajuda | https://github.com/maryum375/Photos-tagged |
Idiomas Suportados | 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" } ] } |