Tジャンパー

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

Qu'est-ce que Tジャンパー ?

Tジャンパー est une extension Chrome développée par smithonianomuntain, et sa fonction principale est "TAKEWARI拡張機能が無くなったみたいなので作りました".

Télécharger le fichier CRX de l'extension Tジャンパー

Téléchargez les fichiers d'extension Tジャンパー au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Tジャンパー Tジャンパー
ID aljhjfocmlfpkleglnnbnjdapfbikddp
URL Officiel https://chromewebstore.google.com/detail/t%E3%82%B8%E3%83%A3%E3%83%B3%E3%83%91%E3%83%BC/aljhjfocmlfpkleglnnbnjdapfbikddp
Description TAKEWARI拡張機能が無くなったみたいなので作りました
Taille du Fichier 5.67 KB
Nombre d'Installations 2,181
Version Actuelle 4
Dernière Mise à Jour 2015-12-19
Date de Publication 2015-12-19
Évaluation 4.47/5 Total 17 Évaluations
Développeur smithonianomuntain
Type de Paiement free
Langues Prises en Charge 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"
}