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文件

下載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 Convert LinkedIn Profile to Printable
ID banjooknkfddfmhhndbheeajkfeaigaa
官方網址 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"
    }
}