Convert LinkedIn Profile to Printable

Converts a LinkedIn Profile page into a printable format

Convert LinkedIn Profile to Printable là gì?

Convert LinkedIn Profile to Printable là một tiện ích mở rộng Chrome được phát triển bởi http://aarontgrogg.com, và tính năng chính của nó là "Converts a LinkedIn Profile page into a printable format".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Convert LinkedIn Profile to Printable

Tải xuống các tệp mở rộng Convert LinkedIn Profile to Printable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Convert LinkedIn Profile to Printable Convert LinkedIn Profile to Printable
ID banjooknkfddfmhhndbheeajkfeaigaa
URL Chính Thức https://chrome.google.com/webstore/detail/convert-linkedin-profile/banjooknkfddfmhhndbheeajkfeaigaa
Mô tả Converts a LinkedIn Profile page into a printable format
Kích Thước Tệp 18.81 KB
Số Lần Cài Đặt 470
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2015-11-05
Ngày Phát Hành 2015-11-05
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://aarontgrogg.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/aarontgrogg/Convert-LinkedIn-Profile-to-Printable
URL Trang Trợ Giúp http://aarontgrogg.com/contact/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}