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
官方網址 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"
    ]
}