#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

Τι είναι το #Tags;

Το #Tags είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vasakotkov1, και η κύρια λειτουργία του είναι "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
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης #Tags

Λήψη αρχείων επέκτασης #Tags σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα #Tags #Tags
ID bmadcbilkgkibdimganacnpdhidmmkca
Επίσημο URL https://chromewebstore.google.com/detail/tags/bmadcbilkgkibdimganacnpdhidmmkca
Περιγραφή 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
Μέγεθος Αρχείου 1.77 MB
Αριθμός Εγκαταστάσεων 31
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-05-26
Ημερομηνία Δημοσίευσης 2021-05-25
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής vasakotkov1
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}