Convert LinkedIn Profile to Printable

Converts a LinkedIn Profile page into a printable format

Wat is Convert LinkedIn Profile to Printable?

Convert LinkedIn Profile to Printable is een Chrome-extensie ontwikkeld door http://aarontgrogg.com, en de belangrijkste functie is "Converts a LinkedIn Profile page into a printable format".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Convert LinkedIn Profile to Printable

Download Convert LinkedIn Profile to Printable-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Convert LinkedIn Profile to Printable Convert LinkedIn Profile to Printable
ID banjooknkfddfmhhndbheeajkfeaigaa
Officiële URL https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa
Beschrijving Converts a LinkedIn Profile page into a printable format
Bestandsgrootte 18.81 KB
Aantal Installaties 470
Huidige Versie 2.0
Laatst Bijgewerkt 2015-11-05
Publicatiedatum 2015-11-05
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://aarontgrogg.com
Betalingswijze free
Extensiewebsite https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable
Help Pagina-URL http://aarontgrogg.com/contact/
Ondersteunde Talen 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"
    }
}