Image URL Oneclick
Save your opening image tabs in one click
Qu'est-ce que Image URL Oneclick ?
Image URL Oneclick est une extension Chrome développée par kevinwyl, et sa fonction principale est "Save your opening image tabs in one click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image URL Oneclick
Téléchargez les fichiers d'extension Image URL Oneclick 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
Image URL Oneclick helps you to store all opening image tab's urls into your browser by simply clicking on the extension icon. * * * * * * * * * * Latest version: 1.4.0 --- April 7 2021 * * * * * * * * * * Updates: 1. Update storage location for more storage space * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Last version: 1.3.1 --- March 19 2021 * * * * * * * * * * Updates: 1. Add total count of records and urls saved 2. Add labelling for records 3. Add filter panel, so you can now search records quickly with applying Label/Date/Star filter 4. Bug fixes * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * It is actually tailor-made for my another toy project https://www.simplephotogrid.com, feel free to visit the site and try it out. In spite of it, you can still use it separately as a storage for images' url and easily restore the stored items at any time you like. We are planning on adding more functions or features to it. Any suggestions and comments are greatly appreciated!
Informations de Base sur l'Extension
Nom | Image URL Oneclick |
ID | cbgokcojacngdokhalmlajpdjjkbdeob |
URL Officiel | https://chromewebstore.google.com/detail/image-url-oneclick/cbgokcojacngdokhalmlajpdjjkbdeob |
Description | Save your opening image tabs in one click |
Taille du Fichier | 1.2 MB |
Nombre d'Installations | 45 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2021-04-07 |
Date de Publication | 2020-11-06 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | kevinwyl |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image URL Oneclick", "version": "1.4.0", "description": "Save your opening image tabs in one click", "manifest_version": 2, "browser_action": { "default_icon": "static\/icon_32.png" }, "icons": { "48": "static\/icon_32.png", "128": "static\/icon_128.png" }, "permissions": [ "tabs", "storage", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ ".\/src\/background.js" ], "persistent": true }, "options_ui": { "page": ".\/src\/options.html", "open_in_tab": true } } |