Convert LinkedIn Profile to Printable

Converts a LinkedIn Profile page into a printable format

What is Convert LinkedIn Profile to Printable?

Convert LinkedIn Profile to Printable is a Chrome extension developed by http://aarontgrogg.com, and its main feature is "Converts a LinkedIn Profile page into a printable format".

Extension Screenshots

screenshot
screenshot
screenshot

Download Convert LinkedIn Profile to Printable Extension CRX File

Download Convert LinkedIn Profile to Printable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Convert LinkedIn Profile to Printable Convert LinkedIn Profile to Printable
ID banjooknkfddfmhhndbheeajkfeaigaa
Official URL https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa
Description Converts a LinkedIn Profile page into a printable format
File Size 18.81 KB
Installation Count 470
Current Version 2.0
Last Updated 2015-11-05
Publish Date 2015-11-05
Rating 2.50/5 Total 2 Ratings
Developer http://aarontgrogg.com
Payment Type free
Extension Website https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable
Help Page URL http://aarontgrogg.com/contact/
Supported Languages 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"
    }
}