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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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