#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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में #Tags एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}