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.

O que é Twitter Link Classifier by Diffbot?

Twitter Link Classifier by Diffbot é uma extensão do Chrome desenvolvida por http://www.diffbot.com, e sua principal característica é "Tells you the page type of any link in your Twitter stream, and automatically expands photos and articles at Twitter.com.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitter Link Classifier by Diffbot

Baixe arquivos de extensão Twitter Link Classifier by Diffbot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Twitter Link Classifier by Diffbot Twitter Link Classifier by Diffbot
ID djcheicajbpipmfophokhfpojnlddpde
URL Oficial https://chrome.google.com/webstore/detail/twitter-link-classifier-b/djcheicajbpipmfophokhfpojnlddpde
Descrição Tells you the page type of any link in your Twitter stream, and automatically expands photos and articles at Twitter.com.
Tamanho do Arquivo 92.49 KB
Contagem de Instalações 94
Versão Atual 2.2
Última Atualização 2013-12-05
Data de Publicação 2013-12-05
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor http://www.diffbot.com
Tipo de Pagamento free
Site da Extensão http://www.diffbot.com/products/automatic
Idiomas Suportados 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"
    ]
}