crib.ninja

Add links easily to crib.ninja

crib.ninja란 무엇입니까?

crib.ninja은(는) https://crib.ninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add links easily to crib.ninja"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

crib.ninja 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}