#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
官方網址 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"
}