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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Traveldoola - Simple travel planning Traveldoola - Simple travel planning
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
Eメール [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"
        ]
    }
}