Photos Tagged
This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Co je Photos Tagged?
Photos Tagged je rozšíření Chrome vyvinuté Ran Mariuma, a jeho hlavní funkcí je „This extension will add a button on Facebook™ to show photos that the current profile was tagged in“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Photos Tagged
Stáhněte si soubory rozšíření Photos Tagged ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ganlbkinkbapfndplimhpeajajmkbgno |
Oficiální URL | https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno |
Popis | This extension will add a button on Facebook™ to show photos that the current profile was tagged in |
Velikost souboru | 7.08 KB |
Počet instalací | 668 |
Aktuální Verze | 1.1.2 |
Poslední Aktualizace | 2017-10-10 |
Datum Vydání | 2017-10-10 |
Hodnocení | 2.00/5 Celkem 4 Hodnocení |
Vývojář | Ran Mariuma |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/maryum375/Photos-tagged |
URL Stránky Nápovědy | https://github.com/maryum375/Photos-tagged |
Podporované Jazyky | 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" } ] } |