#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

Co je #Tags?

#Tags je rozšíření Chrome vyvinuté vasakotkov1, a jeho hlavní funkcí je „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“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření #Tags

Stáhněte si soubory rozšíření #Tags ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název #Tags #Tags
ID bmadcbilkgkibdimganacnpdhidmmkca
Oficiální URL https://chromewebstore.google.com/detail/tags/bmadcbilkgkibdimganacnpdhidmmkca
Popis 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
Velikost souboru 1.77 MB
Počet instalací 31
Aktuální Verze 1.0
Poslední Aktualizace 2021-05-26
Datum Vydání 2021-05-25
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář vasakotkov1
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}