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によって開発されたChromeの拡張機能で、その主な機能は「Tells you the page type of any link in your Twitter stream, and automatically expands photos and articles at Twitter.com.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Twitter Link Classifier by Diffbot拡張機能のCRXファイルをダウンロード

Twitter Link Classifier by Diffbot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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