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文件

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