Convert LinkedIn Profile to Printable
Converts a LinkedIn Profile page into a printable format
¿Qué es Convert LinkedIn Profile to Printable?
Convert LinkedIn Profile to Printable es una extensión de Chrome desarrollada por http://aarontgrogg.com, y su función principal es "Converts a LinkedIn Profile page into a printable format".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Convert LinkedIn Profile to Printable
Descarga archivos de extensión Convert LinkedIn Profile to Printable en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Convert LinkedIn Profile to Printable |
ID | banjooknkfddfmhhndbheeajkfeaigaa |
URL Oficial | https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa |
Descripción | Converts a LinkedIn Profile page into a printable format |
Tamaño del Archivo | 18.81 KB |
Cantidad de Instalaciones | 470 |
Versión Actual | 2.0 |
Última Actualización | 2015-11-05 |
Fecha de Publicación | 2015-11-05 |
Calificación | 2.50/5 Total de 2 Calificaciones |
Desarrollador | http://aarontgrogg.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable |
URL de la Página de Ayuda | http://aarontgrogg.com/contact/ |
Idiomas Soportados | 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" } } |