[J2TeaM] URL Tools

Tools for play with url.

[J2TeaM] URL Toolsとは何ですか?

[J2TeaM] URL ToolsはJUNO_OKYOによって開発されたChromeの拡張機能で、その主な機能は「Tools for play with url.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

[J2TeaM] URL Tools拡張機能のCRXファイルをダウンロード

[J2TeaM] URL Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 [J2TeaM] URL Tools [J2TeaM] URL Tools
ID ainejfoifodhonlocompmgmgihdcfkck
公式URL https://chromewebstore.google.com/detail/j2team-url-tools/ainejfoifodhonlocompmgmgihdcfkck
説明 Tools for play with url.
ファイルサイズ 15.49 KB
インストール数 496
現在のバージョン 1.0.1
最終更新日 2015-03-05
公開日 2015-03-04
評価 4.97/5 合計 36 レビュー
開発者 JUNO_OKYO
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://junookyo.blogspot.com/
ヘルプページのURL https://www.facebook.com/JunoOkyoBlog
プライバシーポリシーページのURL https://j2team.org/privacy-policy
対応言語 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:\/\/*\/"
    ]
}