crib.ninja

Add links easily to crib.ninja

crib.ninja क्या है?

crib.ninja https://crib.ninja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add links easily to crib.ninja"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में crib.ninja एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}