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