Kakenagashi
https://app.onsen.ag/top 上に Android, iOSアプリ版の音泉の機能が使えるページを作り出す chrome 拡張です。 https://github.com/noradium/Kakenagashi でソースコードを公開しています。
Wat is Kakenagashi?
Kakenagashi is een Chrome-extensie ontwikkeld door noradium, en de belangrijkste functie is "https://app.onsen.ag/top 上に Android, iOSアプリ版の音泉の機能が使えるページを作り出す chrome 拡張です。 https://github.com/noradium/Kakenagashi でソースコードを公開しています。".
Extensie Screenshots
Download het CRX-bestand van de extensie Kakenagashi
Download Kakenagashi-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
https://app.onsen.ag/top 上に Android, iOSアプリ版の音泉の機能が使えるページを作り出す chrome 拡張です。 https://github.com/noradium/Kakenagashi でソースコードを公開しています。
Basisinformatie over de Extensie
Naam | |
ID | fogobdipdmhcpljjjhjaldnkgfjdekon |
Officiële URL | https://chrome.google.com/webstore/detail/kakenagashi/fogobdipdmhcpljjjhjaldnkgfjdekon |
Beschrijving | https://app.onsen.ag/top 上に Android, iOSアプリ版の音泉の機能が使えるページを作り出す chrome 拡張です。 https://github.com/noradium/Kakenagashi でソースコードを公開しています。 |
Bestandsgrootte | 437 KB |
Aantal Installaties | 102 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-09-29 |
Publicatiedatum | 2019-09-29 |
Ontwikkelaar | noradium |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |