Mansion Poem

マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。

Vad är Mansion Poem?

Mansion Poem är en Chrome-tillägg utvecklad av nabettu, och dess huvudfunktion är "マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。".

Tilläggsskärmbilder

screenshot

Ladda ner Mansion Poem-förlängningens CRX-fil

Ladda ner Mansion Poem-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Google Mapに上にポエムと光の柱を配置してマンション広告風のスクリーンショットが撮れるアプリケーションです。                    

Grundläggande Information om Tillägg

Namn Mansion Poem Mansion Poem
ID macbajceaocbnbkkhglhppkihhhffddb
Officiell webbadress https://chromewebstore.google.com/detail/mansion-poem/macbajceaocbnbkkhglhppkihhhffddb
Beskrivning マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。
Filstorlek 34.82 KB
Antal Installationer 1,197
Aktuell Version 0.1.1
Senast Uppdaterad 2020-03-13
Publiceringsdatum 2020-03-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare nabettu
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}