[J2TeaM] URL Tools

Tools for play with url.

What is [J2TeaM] URL Tools?

[J2TeaM] URL Tools is a Chrome extension developed by JUNO_OKYO, and its main feature is "Tools for play with url.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download [J2TeaM] URL Tools Extension CRX File

Download [J2TeaM] URL Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name [J2TeaM] URL Tools [J2TeaM] URL Tools
ID ainejfoifodhonlocompmgmgihdcfkck
Official URL https://chromewebstore.google.com/detail/j2team-url-tools/ainejfoifodhonlocompmgmgihdcfkck
Description Tools for play with url.
File Size 15.49 KB
Installation Count 496
Current Version 1.0.1
Last Updated 2015-03-05
Publish Date 2015-03-04
Rating 4.97/5 Total 36 Ratings
Developer JUNO_OKYO
Email [email protected]
Payment Type free
Extension Website http://junookyo.blogspot.com/
Help Page URL https://www.facebook.com/JunoOkyoBlog
Privacy Policy Page URL https://j2team.org/privacy-policy
Supported Languages 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:\/\/*\/"
    ]
}