KH13.com, for Kingdom Hearts
A companion Chrome extension for KH13.com.
KH13.com, for Kingdom Heartsとは何ですか?
KH13.com, for Kingdom Heartsはhttps://www.kh13.comによって開発されたChromeの拡張機能で、その主な機能は「A companion Chrome extension for KH13.com.」です。
拡張機能のスクリーンショット
KH13.com, for Kingdom Hearts拡張機能のCRXファイルをダウンロード
KH13.com, for Kingdom Hearts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
What the extension does:
- Adds a KH13 icon to Chrome, next to the address bar, allowing you quick access to our website!
- Notifies you when new Kingdom Hearts news is posted to the KH13 frontpage.
- Notifies you when you receive a new notification on KH13 (for registered users).
A bit about KH13:
KH13.com is the best source for everything Kingdom Hearts. We offer up-to-date news, and high quality media related to the Kingdom Hearts series, including Kingdom Hearts III and Kingdom Hearts HD 2.5 ReMIX!
Legal:
Please note that Kingdom Hearts is owned by Disney and Square Enix. KH13.com is an unofficial source of Kingdom Hearts media.
Changelog:
v1.2.0: KH13 notification support added.
v1.1.0: Kingdom Hearts news notifications support added.
v1.0.0: Initial release featuring a simple KH13 button next to the address bar. 拡張機能の基本情報
| 名前 | |
| ID | opiekmfemljmhdooodfnfmhchemhffnn |
| 公式URL | https://chromewebstore.google.com/detail/kh13com-for-kingdom-heart/opiekmfemljmhdooodfnfmhchemhffnn |
| 説明 | A companion Chrome extension for KH13.com. |
| ファイルサイズ | 28.33 KB |
| インストール数 | 391 |
| 現在のバージョン | 1.2.6 |
| 最終更新日 | 2018-10-22 |
| 公開日 | 2018-10-22 |
| 評価 | 4.56/5 合計 16 レビュー |
| 開発者 | https://www.kh13.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.kh13.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "KH13.com, for Kingdom Hearts",
"version": "1.2.6",
"description": "A companion Chrome extension for KH13.com.",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "KH13.com"
},
"background": {
"page": "background.html"
},
"content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ajax.googleapis.com; object-src 'self'",
"homepage_url": "http:\/\/kh13.com\/",
"permissions": [
"notifications",
"storage",
"unlimitedStorage",
"https:\/\/www.google-analytics.com\/",
"http:\/\/kh13.com\/*"
],
"short_name": "KH13.com"
} | |