Popup Hatebu Comment

Popup Hatena Bookmark commments.

Qu'est-ce que Popup Hatebu Comment ?

Popup Hatebu Comment est une extension Chrome développée par 958, et sa fonction principale est "Popup Hatena Bookmark commments.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Popup Hatebu Comment

Téléchargez les fichiers d'extension Popup Hatebu Comment au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Popup Hatebu Comment Popup Hatebu Comment
ID chnlnjolhpiffmaocnibnlihajhidall
URL Officiel https://chromewebstore.google.com/detail/popup-hatebu-comment/chnlnjolhpiffmaocnibnlihajhidall
Description Popup Hatena Bookmark commments.
Taille du Fichier 21.98 KB
Nombre d'Installations 51
Version Actuelle 0.1.0
Dernière Mise à Jour 2012-10-18
Date de Publication 2012-10-18
Évaluation 5.00/5 Total 6 Évaluations
Développeur 958
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}