#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

Cos'è #Tags?

#Tags è un'estensione di Chrome sviluppata da vasakotkov1, e la sua funzione principale è "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".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione #Tags

Scarica i file di estensione #Tags in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome #Tags #Tags
ID bmadcbilkgkibdimganacnpdhidmmkca
URL Ufficiale https://chromewebstore.google.com/detail/tags/bmadcbilkgkibdimganacnpdhidmmkca
Descrizione 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
Dimensione del File 1.77 MB
Conteggio Installazioni 31
Versione Corrente 1.0
Ultimo Aggiornamento 2021-05-26
Data di Pubblicazione 2021-05-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore vasakotkov1
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}