Popup Hatebu Comment
Popup Hatena Bookmark commments.
Wat is Popup Hatebu Comment?
Popup Hatebu Comment is een Chrome-extensie ontwikkeld door 958, en de belangrijkste functie is "Popup Hatena Bookmark commments.".
Extensie Screenshots
Download het CRX-bestand van de extensie Popup Hatebu Comment
Download Popup Hatebu Comment-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
はてなブックマークのエントリーページへのリンク (b.hatena.ne.jp/entry/*) を Ctrl + クリック (オプションでマウスオーバーに変更可能) すると、その場にコメントをポップアップ表示します。 Basisinformatie over de Extensie
| Naam | |
| ID | chnlnjolhpiffmaocnibnlihajhidall |
| Officiële URL | https://chromewebstore.google.com/detail/popup-hatebu-comment/chnlnjolhpiffmaocnibnlihajhidall |
| Beschrijving | Popup Hatena Bookmark commments. |
| Bestandsgrootte | 21.98 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2012-10-18 |
| Publicatiedatum | 2012-10-18 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | 958 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |