Popup Hatebu Comment

Popup Hatena Bookmark commments.

Cos'è Popup Hatebu Comment?

Popup Hatebu Comment è un'estensione di Chrome sviluppata da 958, e la sua funzione principale è "Popup Hatena Bookmark commments.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Popup Hatebu Comment

Scarica i file di estensione Popup Hatebu Comment in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Popup Hatebu Comment Popup Hatebu Comment
ID chnlnjolhpiffmaocnibnlihajhidall
URL Ufficiale https://chromewebstore.google.com/detail/popup-hatebu-comment/chnlnjolhpiffmaocnibnlihajhidall
Descrizione Popup Hatena Bookmark commments.
Dimensione del File 21.98 KB
Conteggio Installazioni 51
Versione Corrente 0.1.0
Ultimo Aggiornamento 2012-10-18
Data di Pubblicazione 2012-10-18
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore 958
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}