Sakura Internet Badge

表示されたページがさくらインターネットから提供されているかを確認します。

What is Sakura Internet Badge?

Sakura Internet Badge is a Chrome extension developed by kamijin_fanta, and its main feature is "表示されたページがさくらインターネットから提供されているかを確認します。".

Extension Screenshots

screenshot

Download Sakura Internet Badge Extension CRX File

Download Sakura Internet Badge 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

                        さくらインターネットのASから配信されているサイトかを確認するための拡張機能です。該当するサイトは地名/AS番号が表示されます。現時点でIPv4にしか対応していません。ホスト名から検索するために外部に通信しています。                    

Extension Basic Information

Name Sakura Internet Badge Sakura Internet Badge
ID emjemnfjellkddpigaggachjkfokfaal
Official URL https://chromewebstore.google.com/detail/sakura-internet-badge/emjemnfjellkddpigaggachjkfokfaal
Description 表示されたページがさくらインターネットから提供されているかを確認します。
File Size 370 KB
Installation Count 240
Current Version 1.1.2
Last Updated 2018-03-29
Publish Date 2018-03-28
Developer kamijin_fanta
Payment Type free
Extension Website https://github.com/kamijin-fanta/chrome-sakura-badge
Privacy Policy Page URL https://gist.github.com/kamijin-fanta/f0bf79c712b0ca02e5832833b92a499f
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sakura Internet Badge",
    "description": "\u8868\u793a\u3055\u308c\u305f\u30da\u30fc\u30b8\u304c\u3055\u304f\u3089\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u304b\u3089\u63d0\u4f9b\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002",
    "version": "1.1.2",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "indicator.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "Sakura Internet Badge",
        "default_icon": {
            "19": "image\/icon-disable.png",
            "38": "image\/icon-disable.png"
        }
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "options.js",
        "indicator.js"
    ],
    "icons": {
        "48": "image\/icon.png",
        "128": "image\/icon.png"
    }
}