Traveldoola - Simple travel planning
Use any link, post, image, video across the web to help plan your next trip
什么是Traveldoola - Simple travel planning?
Traveldoola - Simple travel planning是由Traveldoola开发的Chrome扩展程序,该扩展的主要功能是“Use any link, post, image, video across the web to help plan your next trip”。
扩展截图
下载Traveldoola - Simple travel planning扩展crx文件
下载Traveldoola - Simple travel planning扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Finally, simple travel planning.
Create bookmarks using images and videos saved from websites and social media posts.
Visualize bookmarks on a map, add notes as needed.
Organize bookmarks into collections called Trips.
Plan with friends, or send them your trip once you're back. 扩展基本信息
| 名称 | |
| ID | chimclphgimpajelmbdbllndnpdcfmgm |
| 官方URL | https://chromewebstore.google.com/detail/traveldoola-simple-travel/chimclphgimpajelmbdbllndnpdcfmgm |
| 简介 | Use any link, post, image, video across the web to help plan your next trip |
| 文件大小 | 31.38 KB |
| 安装次数 | 17 |
| 当前版本 | 0.1 |
| 更新时间 | 2018-12-05 |
| 上架时间 | 2018-12-04 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Traveldoola |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.traveldoola.com |
| 隐私政策页面URL | https://www.traveldoola.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Traveldoola - Simple travel planning",
"short_name": "Traveldoola",
"description": "Use any link, post, image, video across the web to help plan your next trip",
"version": "0.1",
"author": "Justin McCollin",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Save bookmark"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"popup.js"
],
"css": [
"popup.css"
]
}
} | |