Mansion Poem

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

Mansion Poemとは何ですか?

Mansion Poemはnabettuによって開発されたChromeの拡張機能で、その主な機能は「マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。」です。

拡張機能のスクリーンショット

screenshot

Mansion Poem拡張機能のCRXファイルをダウンロード

Mansion Poem拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Mansion Poem Mansion Poem
ID macbajceaocbnbkkhglhppkihhhffddb
公式URL https://chromewebstore.google.com/detail/mansion-poem/macbajceaocbnbkkhglhppkihhhffddb
説明 マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。
ファイルサイズ 34.82 KB
インストール数 1,197
現在のバージョン 0.1.1
最終更新日 2020-03-13
公開日 2020-03-13
評価 5.00/5 合計 1 レビュー
開発者 nabettu
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}