Convert LinkedIn Profile to Printable
Converts a LinkedIn Profile page into a printable format
Was ist Convert LinkedIn Profile to Printable?
Convert LinkedIn Profile to Printable ist eine Chrome-Erweiterung, die von http://aarontgrogg.com entwickelt wurde, und ihr Hauptmerkmal ist "Converts a LinkedIn Profile page into a printable format".
Erweiterungsscreenshots
Convert LinkedIn Profile to Printable-Erweiterungs-CRX-Datei herunterladen
Laden Sie Convert LinkedIn Profile to Printable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Convert LinkedIn Profile to Printable |
ID | banjooknkfddfmhhndbheeajkfeaigaa |
Offizielle URL | https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa |
Beschreibung | Converts a LinkedIn Profile page into a printable format |
Dateigröße | 18.81 KB |
Installationsanzahl | 470 |
Aktuelle Version | 2.0 |
Letztes Update | 2015-11-05 |
Veröffentlichungsdatum | 2015-11-05 |
Bewertung | 2.50/5 Insgesamt 2 Bewertungen |
Entwickler | http://aarontgrogg.com |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable |
Hilfeseite URL | http://aarontgrogg.com/contact/ |
Unterstützte Sprachen | 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" } } |