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
官方網址 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:\/\/*\/*"
    ]
}