Convert LinkedIn Profile to Printable
Converts a LinkedIn Profile page into a printable format
Co to jest Convert LinkedIn Profile to Printable?
Convert LinkedIn Profile to Printable to rozszerzenie Chrome opracowane przez http://aarontgrogg.com, a jego główną funkcją jest „Converts a LinkedIn Profile page into a printable format”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Convert LinkedIn Profile to Printable
Pobierz pliki rozszerzeń Convert LinkedIn Profile to Printable w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Convert LinkedIn Profile to Printable |
ID | banjooknkfddfmhhndbheeajkfeaigaa |
Oficjalny URL | https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa |
Opis | Converts a LinkedIn Profile page into a printable format |
Rozmiar pliku | 18.81 KB |
Liczba instalacji | 470 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2015-11-05 |
Data Publikacji | 2015-11-05 |
Ocena | 2.50/5 Łącznie 2 Oceny |
Deweloper | http://aarontgrogg.com |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable |
Adres URL Strony Pomocy | http://aarontgrogg.com/contact/ |
Obsługiwane Języki | 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" } } |