はてブ Fun

はてなブックマーク数とコメントページを表示します。

What is はてブ Fun?

はてブ Fun is a Chrome extension developed by mishimay, and its main feature is "はてなブックマーク数とコメントページを表示します。".

Extension Screenshots

screenshot

Download はてブ Fun Extension CRX File

Download はてブ Fun 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

                        閲覧しているページのはてなブックマーク数をバッジで表示します。
httpsページやTwitterページにも対応しています。

また、アイコンをクリックすればページに対するコメントも表示されます。

プライバシーポリシー
https://mishimay-site.firebaseapp.com/policy/hatebufun.html                    

Extension Basic Information

Name はてブ Fun はてブ Fun
ID pciiaopinciigecgmkjeedgkhblmbmnk
Official URL https://chromewebstore.google.com/detail/%E3%81%AF%E3%81%A6%E3%83%96-fun/pciiaopinciigecgmkjeedgkhblmbmnk
Description はてなブックマーク数とコメントページを表示します。
File Size 14.99 KB
Installation Count 103
Current Version 1.1
Last Updated 2019-08-17
Publish Date 2019-08-17
Rating 4.50/5 Total 2 Ratings
Developer mishimay
Payment Type free
Privacy Policy Page URL https://mishimay-site.firebaseapp.com/policy/hatebufun.html
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u306f\u3066\u30d6 Fun",
    "description": "\u306f\u3066\u306a\u30d6\u30c3\u30af\u30de\u30fc\u30af\u6570\u3068\u30b3\u30e1\u30f3\u30c8\u30da\u30fc\u30b8\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}