MirrorMirror

Browse to any Facebook profile from a hotlinked Facebook picture.

MirrorMirror란 무엇입니까?

MirrorMirror은(는) https://www.snowfensive.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse to any Facebook profile from a hotlinked Facebook picture."입니다.

MirrorMirror 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        MirrorMirror allows a user to pivot from a hotlinked Facebook photo to the actual photo hosted on Facebook. MirrorMirror accomplishes this by searching a website after it has loaded for any pictures which have been hotlinked using Facebook’s Content Delivery Network (CDN). It then parses the photo ID out of the image URL and creates a link in the plug-in’s drop down display. Alternatively, a context menu is added when right-clicking on a hotlinked image allowing you to directly browse to that Facebook photo.                    

확장 프로그램 기본 정보

이름 MirrorMirror MirrorMirror
ID liaoagpefkeabpnhfifopcgejnginnib
공식 URL https://chromewebstore.google.com/detail/mirrormirror/liaoagpefkeabpnhfifopcgejnginnib
설명 Browse to any Facebook profile from a hotlinked Facebook picture.
파일 크기 249 KB
설치 횟수 468
현재 버전 1.4
최근 업데이트 2017-02-25
출시 날짜 2017-02-24
평점 3.00/5 총 1 개의 평점
개발자 https://www.snowfensive.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.snowfensive.com/mirrormirror/
도움말 페이지 URL http://www.snowfensive.com/mirrormirror/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MirrorMirror",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Browse to any Facebook profile from a hotlinked Facebook picture.",
    "homepage_url": "http:\/\/www.Snowfensive.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "MirrorMirror",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ]
}