はてブ Fun

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

Cos'è はてブ Fun?

はてブ Fun è un'estensione di Chrome sviluppata da mishimay, e la sua funzione principale è "はてなブックマーク数とコメントページを表示します。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione はてブ Fun

Scarica i file di estensione はてブ Fun 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

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

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

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

Informazioni di Base sull'Estensione

Nome はてブ Fun はてブ Fun
ID pciiaopinciigecgmkjeedgkhblmbmnk
URL Ufficiale https://chromewebstore.google.com/detail/%E3%81%AF%E3%81%A6%E3%83%96-fun/pciiaopinciigecgmkjeedgkhblmbmnk
Descrizione はてなブックマーク数とコメントページを表示します。
Dimensione del File 14.99 KB
Conteggio Installazioni 103
Versione Corrente 1.1
Ultimo Aggiornamento 2019-08-17
Data di Pubblicazione 2019-08-17
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore mishimay
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://mishimay-site.firebaseapp.com/policy/hatebufun.html
Lingue Supportate 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"
        ]
    }
}