Convert LinkedIn Profile to Printable

Converts a LinkedIn Profile page into a printable format

Convert LinkedIn Profile to Printableとは何ですか?

Convert LinkedIn Profile to Printableはhttp://aarontgrogg.comによって開発されたChromeの拡張機能で、その主な機能は「Converts a LinkedIn Profile page into a printable format」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Convert LinkedIn Profile to Printable拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        From your Linked Profile page, clicking the icon in Chrome's Omnibox (the address bar) will convert LinkedIn's default Profile page layout into a perfectly printable page.

The icon only appears when you are on your LinkedIn Profile page, and clicking it adds only CSS to the page.

No special permissions are required for this Extension to work.                    

拡張機能の基本情報

名前 Convert LinkedIn Profile to Printable Convert LinkedIn Profile to Printable
ID banjooknkfddfmhhndbheeajkfeaigaa
公式URL https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa
説明 Converts a LinkedIn Profile page into a printable format
ファイルサイズ 18.81 KB
インストール数 470
現在のバージョン 2.0
最終更新日 2015-11-05
公開日 2015-11-05
評価 2.50/5 合計 2 レビュー
開発者 http://aarontgrogg.com
支払い方法 free
拡張機能のウェブサイト https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable
ヘルプページのURL http://aarontgrogg.com/contact/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert LinkedIn Profile to Printable",
    "description": "Converts a LinkedIn Profile page into a printable format",
    "author": "Aaron T. Grogg",
    "version": "2.0",
    "homepage_url": "https:\/\/github.com\/aarontgrogg\/Convert-LinkedIn-Profile-to-Printable",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "Convert this page to a printable format"
    }
}