Japan with Gil-san

Improving the browsing experience on Walker+ and Jorudan websites and lots of useful info links.

Japan with Gil-san là gì?

Japan with Gil-san là một tiện ích mở rộng Chrome được phát triển bởi Gil Goldshlager, và tính năng chính của nó là "Improving the browsing experience on Walker+ and Jorudan websites and lots of useful info links.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Japan with Gil-san

Tải xuống các tệp mở rộng Japan with Gil-san 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

                        Explore cherry blossom spots, Autumn leaf colors spots and more on Walker+ and Jorudan websites, this extension changes the spots view from list type with small images into grid blocks type with big images, open spots content in a lightbox, adding Google Translate, and has lots of useful links.                    

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

Tên Japan with Gil-san Japan with Gil-san
ID ifbngpffgidejkakgpgliibpojbbkkal
URL Chính Thức https://chromewebstore.google.com/detail/japan-with-gil-san/ifbngpffgidejkakgpgliibpojbbkkal
Mô tả Improving the browsing experience on Walker+ and Jorudan websites and lots of useful info links.
Kích Thước Tệp 173 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 0.0.1.2
Cập Nhật Lần Cuối 2020-03-28
Ngày Phát Hành 2020-03-28
Nhà Phát Triển Gil Goldshlager
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebook.com/japangil
URL Trang Trợ Giúp https://www.facebook.com/japangil
Ngôn Ngữ Được Hỗ Trợ en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_title__",
    "description": "__MSG_extension_desc__",
    "version": "0.0.1.2",
    "author": "__MSG_extension_author__",
    "homepage_url": "https:\/\/www.facebook.com\/japangil",
    "default_locale": "en",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "16": "icons\/16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sp.jorudan.co.jp\/*",
                "https:\/\/*.walkerplus.com\/*"
            ],
            "css": [
                "styles\/global.css"
            ],
            "js": [
                "scripts\/global.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/sp.jorudan.co.jp\/*"
            ],
            "css": [
                "styles\/jorudan.css"
            ],
            "js": [
                "scripts\/jorudan.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.walkerplus.com\/*"
            ],
            "css": [
                "styles\/walkerplus.css"
            ],
            "js": [
                "scripts\/infinite-scroll.pkgd.min.js",
                "scripts\/walkerplus.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/32.png",
            "16": "icons\/16.png"
        },
        "default_title": "Settings",
        "default_popup": "settings.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "scripts\/jorudan-map.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}