Page Gallery
Displays a gallery of the images on the current page with filtering and sorting.
Qu'est-ce que Page Gallery ?
Page Gallery est une extension Chrome développée par https://jakobkallin.com, et sa fonction principale est "Displays a gallery of the images on the current page with filtering and sorting.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Page Gallery
Téléchargez les fichiers d'extension Page Gallery au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Page Gallery |
ID | akpgagdbjionahjaiopopkiopakcoebp |
URL Officiel | https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp |
Description | Displays a gallery of the images on the current page with filtering and sorting. |
Taille du Fichier | 16.85 KB |
Nombre d'Installations | 900 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2017-02-10 |
Date de Publication | 2017-02-10 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | https://jakobkallin.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |