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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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:\/\/*\/*"
    ]
}