Instagram Pop Out button
Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.
Instagram Pop Out buttonคืออะไร?
Instagram Pop Out button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrey Shevchuk และคุณลักษณะหลักของมันคือ "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram Pop Out button
ดาวน์โหลดไฟล์ส่วนขยาย Instagram Pop Out button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Turns out, Instagram stores hi res versions of all the images! For some reason, it still only lets us see 614px wide thumbnails of them. Crops them, too! Isn't that a bit weird for a social network that's ostensibly all about pictures and original content? Oh well... Normally, you would be able to do that from the context menu by right clicking the image, but no, Instagram doesn't allow that.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lnohmjodbjklfmjnbebkkchbnklnhghh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instagram-pop-out-button/lnohmjodbjklfmjnbebkkchbnklnhghh |
คำอธิบาย | Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution. |
ขนาดไฟล์ | 17.28 KB |
จำนวนการติดตั้ง | 574 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-04-03 |
วันที่เผยแพร่ | 2021-04-03 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Andrey Shevchuk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instagram Pop Out button", "description": "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.", "version": "1.0", "icons": { "16": "logo1-16.png", "128": "logo1-128.png" }, "offline_enabled": false, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "mahstyle.css" ], "js": [ "contentScript.js" ] } ] } |