Scratch Project Profile Pictures
Adds a profile picture of the user who shared the project to scratch project pages.
Scratch Project Profile Picturesคืออะไร?
Scratch Project Profile Pictures เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GrannyCookies และคุณลักษณะหลักของมันคือ "Adds a profile picture of the user who shared the project to scratch project pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scratch Project Profile Pictures
ดาวน์โหลดไฟล์ส่วนขยาย Scratch Project Profile Pictures ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply put, this just puts the sharer's picture on project pages. That's it. Made by Alex Bates (aka GrannyCookies)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ckkjcabehicmjhgndgpobhjkeenihdbk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/scratch-project-profile-p/ckkjcabehicmjhgndgpobhjkeenihdbk |
คำอธิบาย | Adds a profile picture of the user who shared the project to scratch project pages. |
ขนาดไฟล์ | 39.37 KB |
จำนวนการติดตั้ง | 212 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-12-28 |
วันที่เผยแพร่ | 2014-12-28 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | GrannyCookies |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://scratch.mit.edu |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scratch Project Profile Pictures", "version": "1.0", "description": "Adds a profile picture of the user who shared the project to scratch project pages.", "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/scratch.mit.edu\/projects\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "http:\/\/scratch.mit.edu\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src http:\/\/scratch.mit.edu; img-src http:\/\/scratch.mit.edu" } |