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 là gì?
Twitter Link Classifier by Diffbot là một tiện ích mở rộng Chrome được phát triển bởi http://www.diffbot.com, và tính năng chính của nó là "Tells you the page type of any link in your Twitter stream, and automatically expands photos and articles at Twitter.com.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter Link Classifier by Diffbot
Tải xuống các tệp mở rộng Twitter Link Classifier by Diffbot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | djcheicajbpipmfophokhfpojnlddpde |
URL Chính Thức | https://chrome.google.com/webstore/detail/twitter-link-classifier-b/djcheicajbpipmfophokhfpojnlddpde |
Mô tả | Tells you the page type of any link in your Twitter stream, and automatically expands photos and articles at Twitter.com. |
Kích Thước Tệp | 92.49 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2013-12-05 |
Ngày Phát Hành | 2013-12-05 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://www.diffbot.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.diffbot.com/products/automatic |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |