Photos Tagged

This extension will add a button on Facebook™ to show photos that the current profile was tagged in

什麼是Photos Tagged?

Photos Tagged是由Ran Mariuma開發的Chrome擴展程式,該擴展的主要功能是“This extension will add a button on Facebook™ to show photos that the current profile was tagged in”。

擴展截圖

screenshot

下載Photos Tagged擴展crx文件

下載Photos Tagged擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Photos Tagged Photos Tagged
ID ganlbkinkbapfndplimhpeajajmkbgno
官方網址 https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno
簡介 This extension will add a button on Facebook™ to show photos that the current profile was tagged in
檔案大小 7.08 KB
安裝次數 668
目前版本 1.1.2
更新時間 2017-10-10
上架時間 2017-10-10
評分 2.00/5 共 4 次評分
開發者 Ran Mariuma
付費類型 free
擴展官網 https://github.com/maryum375/Photos-tagged
說明頁面URL https://github.com/maryum375/Photos-tagged
支援的語言 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"
        }
    ]
}