Popup Hatebu Comment

Popup Hatena Bookmark commments.

Was ist Popup Hatebu Comment?

Popup Hatebu Comment ist eine Chrome-Erweiterung, die von 958 entwickelt wurde, und ihr Hauptmerkmal ist "Popup Hatena Bookmark commments.".

Erweiterungsscreenshots

screenshot
screenshot

Popup Hatebu Comment-Erweiterungs-CRX-Datei herunterladen

Laden Sie Popup Hatebu Comment-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Popup Hatebu Comment Popup Hatebu Comment
ID chnlnjolhpiffmaocnibnlihajhidall
Offizielle URL https://chromewebstore.google.com/detail/popup-hatebu-comment/chnlnjolhpiffmaocnibnlihajhidall
Beschreibung Popup Hatena Bookmark commments.
Dateigröße 21.98 KB
Installationsanzahl 51
Aktuelle Version 0.1.0
Letztes Update 2012-10-18
Veröffentlichungsdatum 2012-10-18
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler 958
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}