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 هو إضافة Chrome تم تطويرها بواسطة Traveldoola، والميزة الرئيسية لها هي "Use any link, post, image, video across the web to help plan your next trip".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Traveldoola - Simple travel planning

قم بتنزيل ملفات الامتداد Traveldoola - Simple travel planning بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.traveldoola.com
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}