Image gallery
Extension to save links of images and gifs
Image galleryคืออะไร?
Image gallery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hyperpower และคุณลักษณะหลักของมันคือ "Extension to save links of images and gifs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image gallery
ดาวน์โหลดไฟล์ส่วนขยาย Image gallery ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension that allows to save the links of images, they can be previewed from the gallery (pop-up) and from there, the links of the images can be opened in a new tab, copied to the clipboard or removed from the gallery. - When adding an image to the gallery, it is assigned a description by default "without description". - You can filter the list of images by description. - The available actions for an image are: copy link, delete, open in tab, edit description and download image.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Image gallery |
ID | eopjpiaipnhmamienhcdapckoojoiacm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/image-gallery/eopjpiaipnhmamienhcdapckoojoiacm |
คำอธิบาย | Extension to save links of images and gifs |
ขนาดไฟล์ | 90.72 KB |
จำนวนการติดตั้ง | 1,836 |
เวอร์ชันปัจจุบัน | 1.4.3 |
อัปเดตครั้งล่าสุด | 2022-03-31 |
วันที่เผยแพร่ | 2019-01-06 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Hyperpower |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_nombreExtension__", "version": "1.4.3", "description": "__MSG_descripcionExtension__", "icons": { "48": "icons\/iconoPrincipal-48.png", "96": "icons\/iconoPrincipal-96.png" }, "permissions": [ "storage", "contextMenus", "unlimitedStorage", "notifications", "alarms", "downloads" ], "background": { "scripts": [ "contextMenu.js" ] }, "browser_action": { "default_icon": "icons\/iconoPrincipal-48.png", "default_title": "__MSG_nombreExtension__", "default_popup": "popup\/elegir_gif.html" }, "default_locale": "en" } |