crib.ninja

Add links easily to crib.ninja

crib.ninjaคืออะไร?

crib.ninja เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crib.ninja และคุณลักษณะหลักของมันคือ "Add links easily to crib.ninja"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย crib.ninja

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

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

                        crib.ninja makes it easy to search for apartments online.

This extension allows you to save apartments to crib.ninja. They can be saved from open tabs, from the links of an open page or via bookmark-icon.

In crib.ninja you see then the information you actually care about like rent, size, location, images, ... You can then sort or filter by anything, refresh with the push of a button and collaborate with others. Additionally is it possible to easily see how long commute time would be to work, university, gym, ..

More information on: http://crib.ninja                    

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

ชื่อ crib.ninja crib.ninja
ID flbdcmkfegekkcofpdgkdlfbaeoopnee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cribninja/flbdcmkfegekkcofpdgkdlfbaeoopnee
คำอธิบาย Add links easily to crib.ninja
ขนาดไฟล์ 612 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.16.0
อัปเดตครั้งล่าสุด 2018-02-16
วันที่เผยแพร่ 2018-02-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://crib.ninja
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://crib.ninja
URL หน้าช่วยเหลือ http://crib.ninja/faq/
URL หน้านโยบายความเป็นส่วนตัว https://link.fish/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "crib.ninja",
    "version": "0.16.0",
    "manifest_version": 2,
    "description": "Add links easily to crib.ninja",
    "homepage_url": "http:\/\/crib.ninja",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/offline\/icon19.png",
        "default_title": "Easy apartment search with crib.ninja",
        "default_popup": "src\/page_action\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.crib.ninja\/auto-auth.html"
            ],
            "js": [
                "src\/auto_auth\/auto_auth-bundle.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/third-party\/linkclump\/src\/linkclump.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_page": "src\/options\/index.html",
    "permissions": [
        "bookmarks",
        "windows",
        "contextMenus",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/page_action\/screenshot-placeholder.jpg"
    ]
}