DevHubNotifier
DevHubの発言を通知
Wat is DevHubNotifier?
DevHubNotifier is een Chrome-extensie ontwikkeld door naoki.koda, en de belangrijkste functie is "DevHubの発言を通知".
Download het CRX-bestand van de extensie DevHubNotifier
Download DevHubNotifier-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
ログインなしに複数のDevHubからチャット通知を受けられる ChromeExtension. 変更履歴はこちら。https://github.com/volpe28v/DevHubNotifier/releases
Basisinformatie over de Extensie
Naam | DevHubNotifier |
ID | bieodlolkaahjlgebjijmafnmccgncdf |
Officiële URL | https://chromewebstore.google.com/detail/devhubnotifier/bieodlolkaahjlgebjijmafnmccgncdf |
Beschrijving | DevHubの発言を通知 |
Bestandsgrootte | 122 KB |
Aantal Installaties | 33 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-03-26 |
Publicatiedatum | 2016-03-25 |
Ontwikkelaar | naoki.koda |
Betalingswijze | free |
Extensiewebsite | https://github.com/volpe28v/DevHubNotifier |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DevHubNotifier", "version": "2.0", "description": "DevHub\u306e\u767a\u8a00\u3092\u901a\u77e5", "icons": { "48": "icons\/icon_048.png", "128": "icons\/icon_128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "js\/jquery.min.js", "js\/socket.io.js", "js\/storage.js", "js\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Popup", "default_popup": "popup.html" }, "options_page": "options.html" } |