#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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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