Convert LinkedIn Profile to Printable

Converts a LinkedIn Profile page into a printable format

Qu'est-ce que Convert LinkedIn Profile to Printable ?

Convert LinkedIn Profile to Printable est une extension Chrome développée par http://aarontgrogg.com, et sa fonction principale est "Converts a LinkedIn Profile page into a printable format".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Convert LinkedIn Profile to Printable

Téléchargez les fichiers d'extension Convert LinkedIn Profile to Printable au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Convert LinkedIn Profile to Printable Convert LinkedIn Profile to Printable
ID banjooknkfddfmhhndbheeajkfeaigaa
URL Officiel https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa
Description Converts a LinkedIn Profile page into a printable format
Taille du Fichier 18.81 KB
Nombre d'Installations 470
Version Actuelle 2.0
Dernière Mise à Jour 2015-11-05
Date de Publication 2015-11-05
Évaluation 2.50/5 Total 2 Évaluations
Développeur http://aarontgrogg.com
Type de Paiement free
Site Web de l'Extension https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable
URL de la Page d'Aide http://aarontgrogg.com/contact/
Langues Prises en Charge 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"
    }
}