Printerest

Print Pinterest pins Properly

ما هو Printerest؟

Printerest هو إضافة Chrome تم تطويرها بواسطة https://normally.com، والميزة الرئيسية لها هي "Print Pinterest pins Properly".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Printerest

قم بتنزيل ملفات الامتداد Printerest بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Ever needed to print out your Pinterest Pins? Well now you can!

The Printerest extension allows you to print each image out on it's own sheet of paper, nice and big. Simply install the extension, head to a board on Pinterest and we'll take care of the rest!

If you have a lot of Pins you may need to scroll to the bottom of the page for all your Pins to print. You can see how many images have loaded by clicking the Extension icon.                    

معلومات أساسية عن التمديد

الاسم Printerest Printerest
ID apfgmikchfgiiembdeoeadbfaclghdmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/printerest/apfgmikchfgiiembdeoeadbfaclghdmi
الوصف Print Pinterest pins Properly
حجم الملف 44.4 KB
عدد التثبيتات 9,000
النسخة الحالية 0.4.7
آخر تحديث 2018-01-16
تاريخ النشر 2018-01-16
تقييم 2.69/5 مجموع تقييمات 45
المطور https://normally.com
نوع الدفع free
موقع الإضافة http://www.printerest.normally.com
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Printerest",
    "version": "0.4.7",
    "description": "Print Pinterest pins Properly",
    "icons": {
        "64": "img\/logo_64.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/logo_38.png"
        },
        "default_title": "Printerest",
        "default_popup": "html\/pop.html"
    },
    "author": "Tim Diacon - Normally",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/print.css",
                "styles\/screen.css"
            ],
            "js": [
                "scripts\/vendor\/jquery-2.2.0.min.js",
                "scripts\/app.js",
                "scripts\/options.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "scripts\/*.js",
        "styles\/*.css"
    ],
    "background": {
        "scripts": [
            "scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "options_page": "html\/options_old.html",
    "permissions": [
        "storage"
    ]
}