Social Media Profile Saver

Allows you to save the important details from a profile page as an HTML document

Social Media Profile Saver란 무엇입니까?

Social Media Profile Saver은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to save the important details from a profile page as an HTML document"입니다.

확장 프로그램 스크린샷

screenshot

Social Media Profile Saver 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows you to save the important details from a profile page as an HTML document                    

확장 프로그램 기본 정보

이름 Social Media Profile Saver Social Media Profile Saver
ID okfbgbjbkfkndojokpjpfmhgadedmamb
공식 URL https://chromewebstore.google.com/detail/social-media-profile-save/okfbgbjbkfkndojokpjpfmhgadedmamb
설명 Allows you to save the important details from a profile page as an HTML document
파일 크기 13.71 KB
설치 횟수 93
현재 버전 1.1.1
최근 업데이트 2017-02-17
출시 날짜 2017-02-17
평점 1.00/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Media Profile Saver",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "128": "save-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "profile_content.js",
                "profile_content_old.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.linkedin.com\/recruiter\/profile\/*",
                "https:\/\/*.linkedin.com\/recruiter\/profile\/*"
            ],
            "js": [
                "recruiter_profile_content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "push_state.js"
            ],
            "run_at": "document_start"
        }
    ]
}