Mansion Poem
マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。
Wat is Mansion Poem?
Mansion Poem is een Chrome-extensie ontwikkeld door nabettu, en de belangrijkste functie is "マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。".
Extensie Screenshots
Download het CRX-bestand van de extensie Mansion Poem
Download Mansion Poem-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
Google Mapに上にポエムと光の柱を配置してマンション広告風のスクリーンショットが撮れるアプリケーションです。
Basisinformatie over de Extensie
Naam | Mansion Poem |
ID | macbajceaocbnbkkhglhppkihhhffddb |
Officiële URL | https://chromewebstore.google.com/detail/mansion-poem/macbajceaocbnbkkhglhppkihhhffddb |
Beschrijving | マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。 |
Bestandsgrootte | 34.82 KB |
Aantal Installaties | 1,197 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2020-03-13 |
Publicatiedatum | 2020-03-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nabettu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mansion Poem", "version": "0.1.1", "description": "\u30de\u30f3\u30b7\u30e7\u30f3\u30dd\u30a8\u30e0\u3068\u5149\u306e\u67f1\u3092Google Map\u4e0a\u306b\u7f6e\u3044\u3066\u81ea\u7531\u306b\u30de\u30f3\u30b7\u30e7\u30f3\u30dd\u30a8\u30e0\u3092\u4f5c\u308c\u307e\u3059\u3002", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Mansion Poem", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/maps\/*", "https:\/\/www.google.co.jp\/maps\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ] } |