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”。
扩展截图
下载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 |
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" } } |