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 |
| 官方網址 | 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"
]
}
} | |