Inline Pinterest
Adds an inline Pinterest Pin button to all images viewed in Chrome
Inline Pinterestคืออะไร?
Inline Pinterest เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adityajung และคุณลักษณะหลักของมันคือ "Adds an inline Pinterest Pin button to all images viewed in Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inline Pinterest
ดาวน์โหลดไฟล์ส่วนขยาย Inline Pinterest ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Inline Pinterest |
ID | lilpkdpnfinkopkfiheaacgmlggjcicn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn |
คำอธิบาย | Adds an inline Pinterest Pin button to all images viewed in Chrome |
ขนาดไฟล์ | 3.53 KB |
จำนวนการติดตั้ง | 233 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-01-25 |
วันที่เผยแพร่ | 2014-01-25 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | adityajung |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inline Pinterest", "version": "1.0", "manifest_version": 2, "description": "Adds an inline Pinterest Pin button to all images viewed in Chrome", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "pinterestinline.js" ] } ] } |