#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开发的Chrome扩展程序,该扩展的主要功能是“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

下载#Tags扩展crx文件

下载#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"
}