#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 là gì?
#Tags là một tiện ích mở rộng Chrome được phát triển bởi vasakotkov1, và tính năng chính của nó là "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".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng #Tags
Tải xuống các tệp mở rộng #Tags dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | #Tags |
ID | bmadcbilkgkibdimganacnpdhidmmkca |
URL Chính Thức | https://chromewebstore.google.com/detail/tags/bmadcbilkgkibdimganacnpdhidmmkca |
Mô tả | 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 |
Kích Thước Tệp | 1.77 MB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-05-26 |
Ngày Phát Hành | 2021-05-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | vasakotkov1 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |