Planapple Save Button

Use the Planapple extension to save pages to your current trip on Planapple.

什么是Planapple Save Button?

Planapple Save Button是由https://planapple.com开发的Chrome扩展程序,该扩展的主要功能是“Use the Planapple extension to save pages to your current trip on Planapple.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Planapple Save Button扩展crx文件

下载Planapple Save Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Planapple Save Button extension lets you easily save web pages to your current trip on Planapple.

What's Planapple?

Planapple is an online travel binder to help you plan trips. 
It helps you:
  - Collect your research from around the web in one place
  - Talk about it with tripmates to make decisions
  - Take it with you on the road with your smartphone

Find out more at https://www.planapple.com/

(The Planapple Save Button extension saves information from web pages into your Planapple travel plans. For it to be useful, you will need to start planning a trip by creating a free Planapple account at https://www.planapple.com/)                    

扩展基本信息

名称 Planapple Save Button Planapple Save Button
ID hhcboefjgjaapmjacmbbijgfaddecoho
官方URL https://chromewebstore.google.com/detail/planapple-save-button/hhcboefjgjaapmjacmbbijgfaddecoho
简介 Use the Planapple extension to save pages to your current trip on Planapple.
文件大小 47.79 KB
安装次数 3,987
当前版本 1.3.0
更新时间 2020-12-18
上架时间 2016-06-09
评分 4.91/5 共11次评分
开发者 https://planapple.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.planapple.com/
帮助页面URL https://www.planapple.com/support/
隐私政策页面URL https://www.planapple.com/about/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Planapple Save Button",
    "short_name": "Planapple",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Use the Planapple extension to save pages to your current trip on Planapple.",
    "icons": {
        "16": "img\/icon-16.png",
        "18": "img\/planapple-logo-18.png",
        "19": "img\/planapple-logo-19.png",
        "32": "img\/planapple-logo-32.png",
        "36": "img\/planapple-logo-36.png",
        "38": "img\/planapple-logo-38.png",
        "48": "img\/planapple-logo-48.png",
        "64": "img\/planapple-logo-64.png",
        "96": "img\/planapple-logo-96.png",
        "128": "img\/planapple-logo-128.png",
        "256": "img\/planapple-logo-256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "18": "img\/planapple-logo-18.png",
            "19": "img\/planapple-logo-19.png",
            "32": "img\/planapple-logo-32.png",
            "36": "img\/planapple-logo-36.png",
            "38": "img\/planapple-logo-38.png",
            "48": "img\/planapple-logo-48.png",
            "64": "img\/planapple-logo-64.png",
            "96": "img\/planapple-logo-96.png",
            "128": "img\/planapple-logo-128.png",
            "256": "img\/planapple-logo-256.png"
        },
        "default_title": "Save this page to your current trip on Planapple"
    },
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/www.planapple.com",
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}