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."입니다.
확장 프로그램 스크린샷
Twitter Link Classifier by Diffbot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" ] } |