#Tags

Save images URL with adding tags to them then copy URL/download them whenever you want by searching them by tags you assigned to it

¿Qué es #Tags?

#Tags es una extensión de Chrome desarrollada por vasakotkov1, y su función principal es "Save images URL with adding tags to them then copy URL/download them whenever you want by searching them by tags you assigned to it".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión #Tags

Descarga archivos de extensión #Tags en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension allows to save images URL's with assigning tags to them and then copy URL/download them whenever you want , by searching images with tags you assigned to it.
This allow allows easy access and fast search of images by categories.
How to save image:
1) Right click on image and select "save image to #Tags" option. Tab for assigning tags to image will be created.
2) In new tab assign tags to image 
3) Press "Add image"
How to find image:
1) Click on #Tags extension icon
2) Enter tags in input field and press enter
3) Copy URL or download image you want.                    

Información Básica de la Extensión

Nombre #Tags #Tags
ID bmadcbilkgkibdimganacnpdhidmmkca
URL Oficial https://chromewebstore.google.com/detail/tags/bmadcbilkgkibdimganacnpdhidmmkca
Descripción Save images URL with adding tags to them then copy URL/download them whenever you want by searching them by tags you assigned to it
Tamaño del Archivo 1.77 MB
Cantidad de Instalaciones 31
Versión Actual 1.0
Última Actualización 2021-05-26
Fecha de Publicación 2021-05-25
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador vasakotkov1
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "#Tags",
    "version": "1.0",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "icons": {
        "16": "images\/tag.png",
        "48": "images\/tag.png",
        "128": "images\/tag.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "images\/tag.png",
        "default_title": "#Tags",
        "default_popup": "popup.html"
    },
    "description": "Save images URL with adding tags to them then copy URL\/download them whenever you want by searching them by tags you assigned to it",
    "author": "Vasakot"
}