Convert LinkedIn Profile to Printable

Converts a LinkedIn Profile page into a printable format

Co je Convert LinkedIn Profile to Printable?

Convert LinkedIn Profile to Printable je rozšíření Chrome vyvinuté http://aarontgrogg.com, a jeho hlavní funkcí je „Converts a LinkedIn Profile page into a printable format“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Convert LinkedIn Profile to Printable

Stáhněte si soubory rozšíření Convert LinkedIn Profile to Printable ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Convert LinkedIn Profile to Printable Convert LinkedIn Profile to Printable
ID banjooknkfddfmhhndbheeajkfeaigaa
Oficiální URL https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa
Popis Converts a LinkedIn Profile page into a printable format
Velikost souboru 18.81 KB
Počet instalací 470
Aktuální Verze 2.0
Poslední Aktualizace 2015-11-05
Datum Vydání 2015-11-05
Hodnocení 2.50/5 Celkem 2 Hodnocení
Vývojář http://aarontgrogg.com
Typ Platby free
Webové stránky Rozšíření https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable
URL Stránky Nápovědy http://aarontgrogg.com/contact/
Podporované Jazyky 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"
    }
}