Mansion Poem
マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。
What is Mansion Poem?
Mansion Poem is a Chrome extension developed by nabettu, and its main feature is "マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。".
Extension Screenshots
Download Mansion Poem Extension CRX File
Download Mansion Poem extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Google Mapに上にポエムと光の柱を配置してマンション広告風のスクリーンショットが撮れるアプリケーションです。
Extension Basic Information
Name | Mansion Poem |
ID | macbajceaocbnbkkhglhppkihhhffddb |
Official URL | https://chromewebstore.google.com/detail/mansion-poem/macbajceaocbnbkkhglhppkihhhffddb |
Description | マンションポエムと光の柱をGoogle Map上に置いて自由にマンションポエムを作れます。 |
File Size | 34.82 KB |
Installation Count | 1,197 |
Current Version | 0.1.1 |
Last Updated | 2020-03-13 |
Publish Date | 2020-03-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nabettu |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |