crib.ninja

Add links easily to crib.ninja

crib.ninja là gì?

crib.ninja là một tiện ích mở rộng Chrome được phát triển bởi https://crib.ninja, và tính năng chính của nó là "Add links easily to crib.ninja".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng crib.ninja

Tải xuống các tệp mở rộng crib.ninja dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên crib.ninja crib.ninja
ID flbdcmkfegekkcofpdgkdlfbaeoopnee
URL Chính Thức https://chromewebstore.google.com/detail/cribninja/flbdcmkfegekkcofpdgkdlfbaeoopnee
Mô tả Add links easily to crib.ninja
Kích Thước Tệp 612 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.16.0
Cập Nhật Lần Cuối 2018-02-16
Ngày Phát Hành 2018-02-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://crib.ninja
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://crib.ninja
URL Trang Trợ Giúp http://crib.ninja/faq/
URL Trang Chính Sách Bảo Mật https://link.fish/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}