Kakenagashi
https://app.onsen.ag/top 上に Android, iOSアプリ版の音泉の機能が使えるページを作り出す chrome 拡張です。 https://github.com/noradium/Kakenagashi でソースコードを公開しています。
What is Kakenagashi?
Kakenagashi is a Chrome extension developed by noradium, and its main feature is "https://app.onsen.ag/top 上に Android, iOSアプリ版の音泉の機能が使えるページを作り出す chrome 拡張です。 https://github.com/noradium/Kakenagashi でソースコードを公開しています。".
Extension Screenshots
Download Kakenagashi Extension CRX File
Download Kakenagashi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
https://app.onsen.ag/top 上に Android, iOSアプリ版の音泉の機能が使えるページを作り出す chrome 拡張です。 https://github.com/noradium/Kakenagashi でソースコードを公開しています。
Extension Basic Information
Name | |
ID | fogobdipdmhcpljjjhjaldnkgfjdekon |
Official URL | https://chrome.google.com/webstore/detail/kakenagashi/fogobdipdmhcpljjjhjaldnkgfjdekon |
Description | https://app.onsen.ag/top 上に Android, iOSアプリ版の音泉の機能が使えるページを作り出す chrome 拡張です。 https://github.com/noradium/Kakenagashi でソースコードを公開しています。 |
File Size | 437 KB |
Installation Count | 102 |
Current Version | 1.0.0 |
Last Updated | 2019-09-29 |
Publish Date | 2019-09-29 |
Developer | noradium |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kakenagashi", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/app.onsen.ag\/top" ], "js": [ "scripts\/top.js" ], "css": [ "styles\/top.css" ] }, { "matches": [ "http:\/\/www.onsen.ag\/*" ], "js": [ "scripts\/legacy_onsen_pc.js" ] }, { "matches": [ "https:\/\/app.onsen.ag\/users\/edit" ], "js": [ "scripts\/users_edit.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage", "tabs", "https:\/\/onsen-dl.sslcs.cdngc.net\/*.m3u8*", "webRequest", "webRequestBlocking", "https:\/\/app.onsen.ag\/*" ] } |