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ファイルをダウンロード

Social Media Profile Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        }
    ]
}