MapPost
Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map.
MapPostとは何ですか?
MapPostはhttps://www.mappostit.comによって開発されたChromeの拡張機能で、その主な機能は「Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map.」です。
拡張機能のスクリーンショット
MapPost拡張機能のCRXファイルをダウンロード
MapPost拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save and keep track of the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map, with MapPost. Your map is available on your phone, tablet, laptop and desktop computers, where and when you want it.
拡張機能の基本情報
名前 | MapPost |
ID | pengdenaaekaepbopaaagmbhefcfcgio |
公式URL | https://chromewebstore.google.com/detail/mappost/pengdenaaekaepbopaaagmbhefcfcgio |
説明 | Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map. |
ファイルサイズ | 48.15 KB |
インストール数 | 52 |
現在のバージョン | 1.0.6 |
最終更新日 | 2021-06-08 |
公開日 | 2018-04-04 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | https://www.mappostit.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.mappostit.com/ |
ヘルプページのURL | https://www.mappostit.com/faq |
プライバシーポリシーページのURL | https://mappostit.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MapPost", "description": "Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map.", "version": "1.0.6", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_title": "Save To MapPost", "default_icon": "icon16.png" }, "background": { "scripts": [ "jquery-3.2.1.min.js", "eventPage.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "login.js" ], "matches": [ "*:\/\/*.mappostit.com\/dashboard\/" ], "run_at": "document_end" }, { "js": [ "jquery-3.2.1.min.js", "logout.js" ], "matches": [ "*:\/\/*.mappostit.com\/login\/?p=1" ] } ], "permissions": [ "tabs", "webNavigation", "activeTab", "contextMenus", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ] } |