Convert LinkedIn Profile to Printable
Converts a LinkedIn Profile page into a printable format
Что такое Convert LinkedIn Profile to Printable?
Convert LinkedIn Profile to Printable - это расширение Chrome, разработанное http://aarontgrogg.com, и его основная функция - "Converts a LinkedIn Profile page into a printable format".
Снимки экрана расширения
Скачать файл CRX расширения Convert LinkedIn Profile to Printable
Скачайте файлы расширений Convert LinkedIn Profile to Printable в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Convert LinkedIn Profile to Printable |
ID | banjooknkfddfmhhndbheeajkfeaigaa |
Официальный URL | https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa |
Описание | Converts a LinkedIn Profile page into a printable format |
Размер файла | 18.81 KB |
Количество установок | 470 |
Текущая Версия | 2.0 |
Последнее Обновление | 2015-11-05 |
Дата публикации | 2015-11-05 |
Рейтинг | 2.50/5 Всего 2 оценок |
Разработчик | http://aarontgrogg.com |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable |
URL страницы помощи | http://aarontgrogg.com/contact/ |
Поддерживаемые языки | 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" } } |