Convert LinkedIn Profile to Printable

Converts a LinkedIn Profile page into a printable format

O que é Convert LinkedIn Profile to Printable?

Convert LinkedIn Profile to Printable é uma extensão do Chrome desenvolvida por http://aarontgrogg.com, e sua principal característica é "Converts a LinkedIn Profile page into a printable format".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Convert LinkedIn Profile to Printable

Baixe arquivos de extensão Convert LinkedIn Profile to Printable no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Convert LinkedIn Profile to Printable Convert LinkedIn Profile to Printable
ID banjooknkfddfmhhndbheeajkfeaigaa
URL Oficial https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa
Descrição Converts a LinkedIn Profile page into a printable format
Tamanho do Arquivo 18.81 KB
Contagem de Instalações 470
Versão Atual 2.0
Última Atualização 2015-11-05
Data de Publicação 2015-11-05
Classificação 2.50/5 Total de 2 Avaliações
Desenvolvedor http://aarontgrogg.com
Tipo de Pagamento free
Site da Extensão https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable
URL da Página de Ajuda http://aarontgrogg.com/contact/
Idiomas Suportados 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"
    }
}