Convert LinkedIn Profile to Printable

Converts a LinkedIn Profile page into a printable format

Convert LinkedIn Profile to Printable란 무엇입니까?

Convert LinkedIn Profile to Printable은(는) http://aarontgrogg.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts a LinkedIn Profile page into a printable format"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Convert LinkedIn Profile to Printable 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}