[J2TeaM] URL Tools

Tools for play with url.

[J2TeaM] URL Tools là gì?

[J2TeaM] URL Tools là một tiện ích mở rộng Chrome được phát triển bởi JUNO_OKYO, và tính năng chính của nó là "Tools for play with url.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng [J2TeaM] URL Tools

Tải xuống các tệp mở rộng [J2TeaM] URL Tools 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 gives you a lot of tools and utilities to "play" with URL(s):

+ Share link on Social Networks.

+ Report abuse to Google.

+ Shorten with Bit.ly, Goo.gl and TinyURL...

+ Tools for developers such as Alexa, Whois lookup, Facebook Debugger...

+ Translate page, scan on VirusTotal...

+ ...and many other features will be update!                    

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

Tên [J2TeaM] URL Tools [J2TeaM] URL Tools
ID ainejfoifodhonlocompmgmgihdcfkck
URL Chính Thức https://chromewebstore.google.com/detail/j2team-url-tools/ainejfoifodhonlocompmgmgihdcfkck
Mô tả Tools for play with url.
Kích Thước Tệp 15.49 KB
Số Lần Cài Đặt 496
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-03-05
Ngày Phát Hành 2015-03-04
Đánh Giá 4.97/5 Tổng số 36 Đánh Giá
Nhà Phát Triển JUNO_OKYO
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://junookyo.blogspot.com/
URL Trang Trợ Giúp https://www.facebook.com/JunoOkyoBlog
URL Trang Chính Sách Bảo Mật https://j2team.org/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "author": "__MSG_extAuthor__",
    "version": "1.0.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/junookyo.blogspot.com\/",
    "background": {
        "persistent": false,
        "scripts": [
            "background.min.js"
        ]
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "default_locale": "en",
    "offline_enabled": true,
    "minimum_chrome_version": "26",
    "permissions": [
        "contextMenus",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}