Mapsだけは日本語で! for Google Maps™

英語のUIでGoogleのサービスを利用しているアカウントで、Google Maps™だけ日本語のUIを使えるようになります。

Mapsだけは日本語で! for Google Maps™ là gì?

Mapsだけは日本語で! for Google Maps™ là một tiện ích mở rộng Chrome được phát triển bởi https://ahoten.blogspot.com, và tính năng chính của nó là "英語のUIでGoogleのサービスを利用しているアカウントで、Google Maps™だけ日本語のUIを使えるようになります。".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mapsだけは日本語で! for Google Maps™

Tải xuống các tệp mở rộng Mapsだけは日本語で! for Google Maps™ 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

                        普段英語のインタフェースでGoogleのサービスを利用していても、Googleマップだけは日本語で使いたい。
そんな望みを叶えます。                    

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

Tên Mapsだけは日本語で! for Google Maps™ Mapsだけは日本語で! for Google Maps™
ID fpibcmbocabgonkaconeihagankmjijn
URL Chính Thức https://chromewebstore.google.com/detail/maps%E3%81%A0%E3%81%91%E3%81%AF%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%81%A7%EF%BC%81-for-google-m/fpibcmbocabgonkaconeihagankmjijn
Mô tả 英語のUIでGoogleのサービスを利用しているアカウントで、Google Maps™だけ日本語のUIを使えるようになります。
Kích Thước Tệp 11.67 KB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-09-21
Ngày Phát Hành 2013-09-20
Nhà Phát Triển https://ahoten.blogspot.com
Loại Thanh Toán free
Trang Web Mở Rộng http://ahoten.blogspot.jp/2013/09/google-maps.html
URL Trang Trợ Giúp http://ahoten.blogspot.jp/2013/09/google-maps.html
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "https:\/\/www.google.co.jp\/maps*",
                "http:\/\/www.google.co.jp\/maps*",
                "https:\/\/www.google.com\/maps*",
                "http:\/\/www.google.com\/maps*",
                "https:\/\/maps.google.co.jp\/*",
                "http:\/\/maps.google.co.jp\/*",
                "https:\/\/maps.google.com\/*",
                "http:\/\/maps.google.com\/*"
            ],
            "js": [
                "japanizer-for-google-maps.user.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "\u82f1\u8a9e\u306eUI\u3067Google\u306e\u30b5\u30fc\u30d3\u30b9\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u3001Google Maps\u2122\u3060\u3051\u65e5\u672c\u8a9e\u306eUI\u3092\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002",
    "name": "Maps\u3060\u3051\u306f\u65e5\u672c\u8a9e\u3067\uff01 for Google Maps\u2122",
    "version": "1.0"
}