Tジャンパー

TAKEWARI拡張機能が無くなったみたいなので作りました

What is Tジャンパー?

Tジャンパー is a Chrome extension developed by smithonianomuntain, and its main feature is "TAKEWARI拡張機能が無くなったみたいなので作りました".

Download Tジャンパー Extension CRX File

Download Tジャンパー 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

                        世界各国のアマゾンと、いくつか使っているリサーチサイトから
TAKEWARIに飛べるようにしています。
URLバーの横端に「T」のアイコンが出たら、それをクリック。                    

Extension Basic Information

Name Tジャンパー Tジャンパー
ID aljhjfocmlfpkleglnnbnjdapfbikddp
Official URL https://chromewebstore.google.com/detail/t%E3%82%B8%E3%83%A3%E3%83%B3%E3%83%91%E3%83%BC/aljhjfocmlfpkleglnnbnjdapfbikddp
Description TAKEWARI拡張機能が無くなったみたいなので作りました
File Size 5.67 KB
Installation Count 2,181
Current Version 4
Last Updated 2015-12-19
Publish Date 2015-12-19
Rating 4.47/5 Total 17 Ratings
Developer smithonianomuntain
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "__MSG_extName__",
    "version": "4",
    "icons": {
        "16": "t16.png"
    },
    "description": "__MSG_extDescription__",
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "t16.png",
        "default_title": "__MSG_pageActionTitle__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "default_locale": "ja"
}