#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」です。
拡張機能のスクリーンショット
#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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
}  |  |