Image gallery
Extension to save links of images and gifs
Image galleryとは何ですか?
Image galleryはHyperpowerによって開発されたChromeの拡張機能で、その主な機能は「Extension to save links of images and gifs」です。
拡張機能のスクリーンショット
Image gallery拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |