Mansion Poem
マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。
Cos'è Mansion Poem?
Mansion Poem è un'estensione di Chrome sviluppata da nabettu, e la sua funzione principale è "マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mansion Poem
Scarica i file di estensione Mansion Poem in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Google Mapに上にポエムと光の柱を配置してマンション広告風のスクリーンショットが撮れるアプリケーションです。 Informazioni di Base sull'Estensione
| Nome | |
| ID | macbajceaocbnbkkhglhppkihhhffddb |
| URL Ufficiale | https://chromewebstore.google.com/detail/mansion-poem/macbajceaocbnbkkhglhppkihhhffddb |
| Descrizione | マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。 |
| Dimensione del File | 34.82 KB |
| Conteggio Installazioni | 1,197 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2020-03-13 |
| Data di Pubblicazione | 2020-03-13 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | nabettu |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |