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
公式URL 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"
        }
    ]
}