Yada Tag Search

Community Driven Tag Search

Yada Tag Search là gì?

Yada Tag Search là một tiện ích mở rộng Chrome được phát triển bởi http://www.yadaproject.com, và tính năng chính của nó là "Community Driven Tag Search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yada Tag Search

Tải xuống các tệp mở rộng Yada Tag Search 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

                        Create visual tags! Then use those tags to tag links, pages, and images!

This helps everyone find what they are looking for!

The more you tag, the more we all benefit!

Did I mention it's completely anonymous and ad free? Not even its creator knows who's tagging what! So have fun!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yada Tag Search Yada Tag Search
ID jjmkcgeoallcaiclkiilhocgnnpokbab
URL Chính Thức https://chrome.google.com/webstore/detail/yada-tag-search/jjmkcgeoallcaiclkiilhocgnnpokbab
Mô tả Community Driven Tag Search
Kích Thước Tệp 45.23 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.13
Cập Nhật Lần Cuối 2014-06-14
Ngày Phát Hành 2014-06-14
Đánh Giá 4.77/5 Tổng số 184 Đánh Giá
Nhà Phát Triển http://www.yadaproject.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.yadaproject.com/
URL Trang Trợ Giúp https://www.yadaproject.com/faq/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yada Tag Search",
    "short_name": "Tag Search",
    "description": "Community Driven Tag Search",
    "version": "0.13",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ],
    "omnibox": {
        "keyword": "yada"
    },
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-bitty.png",
            "38": "icon-small.png"
        },
        "default_title": "Yada Tag Search",
        "default_popup": "popup.html"
    }
}