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

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Convert LinkedIn Profile to Printable

قم بتنزيل ملفات الامتداد Convert LinkedIn Profile to Printable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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"
    }
}