Page Gallery
Displays a gallery of the images on the current page with filtering and sorting.
Page Galleryとは何ですか?
Page Galleryはhttps://jakobkallin.comによって開発されたChromeの拡張機能で、その主な機能は「Displays a gallery of the images on the current page with filtering and sorting.」です。
拡張機能のスクリーンショット
Page Gallery拡張機能のCRXファイルをダウンロード
Page Gallery拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Looking through a confusing image gallery or trying to find the largest version of an image on a page? Open the Page Gallery and see every image in a handy overview with filtering and sorting! 拡張機能の基本情報
| 名前 | |
| ID | akpgagdbjionahjaiopopkiopakcoebp |
| 公式URL | https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp |
| 説明 | Displays a gallery of the images on the current page with filtering and sorting. |
| ファイルサイズ | 16.85 KB |
| インストール数 | 900 |
| 現在のバージョン | 0.0.0.3 |
| 最終更新日 | 2017-02-10 |
| 公開日 | 2017-02-10 |
| 評価 | 4.33/5 合計 3 レビュー |
| 開発者 | https://jakobkallin.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Page Gallery",
"version": "0.0.0.3",
"description": "Displays a gallery of the images on the current page with filtering and sorting.",
"author": "Jakob Kallin",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"activeTab",
"storage"
],
"browser_action": {
"default_icon": "images\/icon-16.png",
"default_title": "Show page gallery",
"default_popup": "popup.html"
}
} | |