Screenshoterest

Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.

ما هو Screenshoterest؟

Screenshoterest هو إضافة Chrome تم تطويرها بواسطة Felipe Medina، والميزة الرئيسية لها هي "Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.".

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

screenshot

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

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

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

                        Take whole page screenshot and PIN IT to Pinterest automatically.

If you want, you can try taking Responsive Screenshot that will create an image mixing three canvas sizes.

============================

BLIPSHOT (Give credit where credit is due)
The screenshot core that I used to get started was awesome made by Davide Casali (@folleto / http://intenseminimalism.com/).
Try it at: https://chrome.google.com/webstore/detail/blipshot-%E2%80%94-one-click-scre/mdaboflcmhejfihjcbmdiebgfchigjcf                    

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

الاسم Screenshoterest Screenshoterest
ID kilkocdmfgcheopoghbpaaocbmmdohil
عنوان URL الرسمي https://chrome.google.com/webstore/detail/screenshoterest/kilkocdmfgcheopoghbpaaocbmmdohil
الوصف Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.
حجم الملف 153 KB
عدد التثبيتات 149
النسخة الحالية 2.0.1
آخر تحديث 2015-01-08
تاريخ النشر 2015-01-08
تقييم 1.00/5 مجموع تقييمات 1
المطور Felipe Medina
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screenshoterest",
    "version": "2.0.1",
    "description": "Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.",
    "author": "Felipe Medina",
    "browser_action": {
        "default_icon": "icon\/toolbar.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon\/icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "screenshotter.DOM.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}