Twitter Link Classifier by Diffbot

Tells you the page type of any link in your Twitter stream, and automatically expands photos and articles at Twitter.com.

Twitter Link Classifier by Diffbot क्या है?

Twitter Link Classifier by Diffbot http://www.diffbot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tells you the page type of any link in your Twitter stream, and automatically expands photos and articles at Twitter.com."।

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

screenshot
screenshot

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

crx प्रारूप में Twitter Link Classifier by Diffbot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        We built this extension to show off the Diffbot Page Classifier API, but also because it's awesome. Once installed, any time you're on Twitter you can:

* Automatically identify the page-type behind any web link shared on Twitter.com. Know without clicking if a link is a photo, a product, an article, etc.

* Click any photo or article Tweet to automatically expand its content without leaving Twitter.

Diffbot uses computer vision and machine learning to understand and identify the important parts of any web pages. If you're a developer looking to use web data in your applications, visit www.diffbot.com for more information.                    

एक्सटेंशन की मूल जानकारी

नाम Twitter Link Classifier by Diffbot Twitter Link Classifier by Diffbot
ID djcheicajbpipmfophokhfpojnlddpde
आधिकारिक URL https://chrome.google.com/webstore/detail/twitter-link-classifier-b/djcheicajbpipmfophokhfpojnlddpde
विवरण Tells you the page type of any link in your Twitter stream, and automatically expands photos and articles at Twitter.com.
फ़ाइल का आकार 92.49 KB
स्थापना संख्या 94
वर्तमान संस्करण 2.2
अंतिम अपडेट 2013-12-05
प्रकाशन तिथि 2013-12-05
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर http://www.diffbot.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.diffbot.com/products/automatic
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Link Classifier by Diffbot",
    "version": "2.2",
    "manifest_version": 2,
    "description": "Tells you the page type of any link in your Twitter stream, and automatically expands photos and articles at Twitter.com.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.diffbot.com\/",
        "http:\/\/live.diffbot.com\/",
        "tabs"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "images\/article4.png",
        "images\/audio.png",
        "images\/discussion.png",
        "images\/chart.png",
        "images\/document.png",
        "images\/error.png",
        "images\/event.png",
        "images\/faq.png",
        "images\/frontpage.png",
        "images\/game.png",
        "images\/image2.png",
        "images\/job.png",
        "images\/location.png",
        "images\/product.png",
        "images\/profile.png",
        "images\/recipe.png",
        "images\/reviewslist.png",
        "images\/serp.png",
        "images\/status.png",
        "images\/video.png"
    ]
}