Transformers Gallery
Transformers Gallery shows photos about science fiction action autobots films.
Transformers Galleryคืออะไร?
Transformers Gallery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pictures and images และคุณลักษณะหลักของมันคือ "Transformers Gallery shows photos about science fiction action autobots films."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transformers Gallery
ดาวน์โหลดไฟล์ส่วนขยาย Transformers Gallery ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Transformers fun extension includes image gallery about Transformers film, Age of Extinction, cybertron, car robot toys, Shia LaBeouf, Megan Fox, Rachael Taylor. Then app provides the function 'Add photo' from any website only one click right mouse. Click to picture and click Add to Transformers Gallery.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dalkmncjflickkogopmafhhhckgbeega |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/transformers-gallery/dalkmncjflickkogopmafhhhckgbeega |
คำอธิบาย | Transformers Gallery shows photos about science fiction action autobots films. |
ขนาดไฟล์ | 96.87 KB |
จำนวนการติดตั้ง | 151 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-12-04 |
วันที่เผยแพร่ | 2015-12-02 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | pictures and images |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transformers Gallery", "description": "Transformers Gallery shows photos about science fiction action autobots films.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "conf.js", "background.js" ] }, "browser_action": { "default_icon": "img_sep\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "notifications", "unlimitedStorage" ], "icons": { "16": "img_sep\/ico_16.png", "48": "img_sep\/ico_48.png" } } |