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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts a LinkedIn Profile page into a printable format"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Convert LinkedIn Profile to Printable एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |