Tripcipe Clipper

This is the Tripcipe Chrome Extension

Tripcipe Clipperคืออะไร?

Tripcipe Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tripcipe.com และคุณลักษณะหลักของมันคือ "This is the Tripcipe Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tripcipe Clipper

ดาวน์โหลดไฟล์ส่วนขยาย Tripcipe Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tripcipe makes trip planning easier. Use the Tripcipe clipper extension to save travel information on the web.

No matter what webpage you're on--TripAdvisor, Lonely Planet, or your favorite travel blog--click the Tripcipe button to save interesting things to eat see, and do.  

Then go to www.tripcipe.com anytime, where all of your saved places are already plotted on a map. You can organize your trip into days and invite friends to collaborate. 

When you go on your trip, take it with you on Tripcipe's offline mobile app.  Even if you're abroad without a data plan, you can download your trip + maps so you are always covered.

Tripcipe: your recipe for a great trip!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tripcipe Clipper Tripcipe Clipper
ID ofbghccpcmbifopmpcaaphhlegfdibll
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tripcipe-clipper/ofbghccpcmbifopmpcaaphhlegfdibll
คำอธิบาย This is the Tripcipe Chrome Extension
ขนาดไฟล์ 411 KB
จำนวนการติดตั้ง 743
เวอร์ชันปัจจุบัน 14.22
อัปเดตครั้งล่าสุด 2018-07-06
วันที่เผยแพร่ 2018-07-06
คะแนน 3.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://www.tripcipe.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tripcipe.com
URL หน้าช่วยเหลือ https://www.tripcipe.com/faq
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tripcipe Clipper",
    "description": "This is the Tripcipe Chrome Extension",
    "version": "14.22",
    "browser_action": {
        "default_icon": {
            "19": "plugin_19.png",
            "38": "plugin_38.png"
        },
        "default_title": "Tripcipe Clipper"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "isInViewport.js",
                "tech_helper.js",
                "tech.js",
                "core.js",
                "core_helper.js",
                "search.js",
                "search_helper.js"
            ],
            "css": [
                "tripcipe.css",
                "place_popup.css",
                "transition.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "initial.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "",
        "idle",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com https:\/\/cdn.mxpnl.com; object-src 'self'",
    "web_accessible_resources": [
        "avenir.otf",
        "markpro.otf",
        "images\/*",
        "camera-icon.png",
        "drinks-icon.png",
        "food-icon.png",
        "other-icon.png",
        "shopping-icon.png",
        "sleep-icon.png",
        "transport-icon.png",
        "uncategorized-icon.png",
        "place_popup.html",
        "highlight2.gif",
        "hover3.gif",
        "tutorial.gif",
        "check.png",
        "tripcipe_logo_new.png",
        "tripcipe_charizard.png",
        "chicago_sidebar1.png",
        "chicago_sidebar2.png",
        "map_viewer.html",
        "map_viewer2.html",
        "presearch.html",
        "search.html",
        "map_viewer_full.html",
        "save.png",
        "saved.png",
        "highlighter.png"
    ]
}