Popup Hatebu Comment

Popup Hatena Bookmark commments.

What is Popup Hatebu Comment?

Popup Hatebu Comment is a Chrome extension developed by 958, and its main feature is "Popup Hatena Bookmark commments.".

Extension Screenshots

screenshot
screenshot

Download Popup Hatebu Comment Extension CRX File

Download Popup Hatebu Comment 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

                        はてなブックマークのエントリーページへのリンク (b.hatena.ne.jp/entry/*) を Ctrl + クリック (オプションでマウスオーバーに変更可能) すると、その場にコメントをポップアップ表示します。                    

Extension Basic Information

Name Popup Hatebu Comment Popup Hatebu Comment
ID chnlnjolhpiffmaocnibnlihajhidall
Official URL https://chromewebstore.google.com/detail/popup-hatebu-comment/chnlnjolhpiffmaocnibnlihajhidall
Description Popup Hatena Bookmark commments.
File Size 21.98 KB
Installation Count 51
Current Version 0.1.0
Last Updated 2012-10-18
Publish Date 2012-10-18
Rating 5.00/5 Total 6 Ratings
Developer 958
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Popup Hatebu Comment",
    "version": "0.1.0",
    "description": "Popup Hatena Bookmark commments.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "general.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": "\/pa_icon.png",
        "default_title": "Hatea bookmark comments",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "app_icon_128.png",
        "16": "app_icon_16.png",
        "32": "app_icon_32.png",
        "48": "app_icon_48.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/b.hatena.ne.jp\/entry\/*",
        "http:\/\/api.b.st-hatena.com\/entry.count"
    ]
}