Sixyards: personalised sport news

Sixyards learns your interests and delivers you personalised sport news on your top sites, including The BBC, Guardian & Sky Sports.

Sixyards: personalised sport news là gì?

Sixyards: personalised sport news là một tiện ích mở rộng Chrome được phát triển bởi http://sixyards.co, và tính năng chính của nó là "Sixyards learns your interests and delivers you personalised sport news on your top sites, including The BBC, Guardian & Sky Sports.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sixyards: personalised sport news

Tải xuống các tệp mở rộng Sixyards: personalised sport news 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

                        Installing your Sixyards Pass adds the Sixyards Box to your favourite sport sites (including The BBC, Guardian and Sky Sports), allowing you to get straight to the articles you care about, and helping you discover new stories you'll love.

-------------------------

GET INTO THE SIXYARDS BOX

Our content pass adds the Sixyards Box to the top of your favourite sport sites.

The Sixyards Box is where you'll find the content we've recommended for you. It fits in seamlessly and provides a consistent place to head to for your personalised news when you're on any of the sites that we support. Forget trawling through mountains of irrelevant content — your Sixyards Pass finds the pieces relevant to you.

Currently we support BBC Sport and The Guardian Sport.

-------------------------

UNDERSTANDING YOU

We know your favourite team or player comes first, and we'll save you time finding their news. But over time we try to learn more about you.

Whether you're a sucker for gossip pieces, or you tend to stick to in-depth analytical articles from a select few journalists you trust, we try to really understand the type of content that appeals to you.

-------------------------

HOW DOES IT WORK?

We analyse articles you visit when you're on BBC Sport and The Guardian Sport to learn your interests. The Sixyards icon shows in your address bar to let you know Sixyards is active.

You can turn off Sixyards at any point from within your Extensions page. Feel free to email us if you have any questions or feedback.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sixyards: personalised sport news Sixyards: personalised sport news
ID idccpbcgiongjcddojfifeemcpbmbdek
URL Chính Thức https://chrome.google.com/webstore/detail/sixyards-personalised-spo/idccpbcgiongjcddojfifeemcpbmbdek
Mô tả Sixyards learns your interests and delivers you personalised sport news on your top sites, including The BBC, Guardian & Sky Sports.
Kích Thước Tệp 860 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2013-11-08
Ngày Phát Hành 2013-11-08
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://sixyards.co
Loại Thanh Toán free
Trang Web Mở Rộng http://www.sixyards.co
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sixyards: personalised sport news",
    "short_name": "Sixyards",
    "description": "Sixyards learns your interests and delivers you personalised sport news on your top sites, including The BBC, Guardian & Sky Sports.",
    "homepage_url": "http:\/\/sixyards.co",
    "version": "1.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/vendor\/jquery.js",
            "environment.js",
            "src\/global.js",
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/page19.png",
            "38": "icons\/page38.png"
        }
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "http:\/\/api.sixyards.co\/*"
    ],
    "web_accessible_resources": [
        "img\/sixyards-icon-28.png",
        "img\/sixyards-location-bar.png",
        "fonts\/OpenSans-Light.ttf",
        "fonts\/OpenSans-Regular.ttf",
        "fonts\/OpenSans-Semibold.ttf",
        "fonts\/OpenSans-Bold.ttf"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.bbc.co.uk\/sport\/*"
            ],
            "css": [],
            "js": [
                "src\/inject\/page.js",
                "src\/inject\/visits.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.bbc.co.uk\/sport\/0\/",
                "http:\/\/www.bbc.co.uk\/sport\/0\/football\/"
            ],
            "css": [
                "css\/bbcsport.css",
                "css\/tourbus.css"
            ],
            "js": [
                "environment.js",
                "src\/global.js",
                "js\/vendor\/jquery.js",
                "js\/vendor\/handlebars.js",
                "js\/vendor\/jquery.tourbus.js",
                "js\/vendor\/jquery.scrollTo.js",
                "src\/inject\/templates\/tour.js",
                "src\/inject\/templates\/bbcsport.js",
                "src\/inject\/recommendations\/bbcsport.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.theguardian.com\/uk"
            ],
            "css": [
                "css\/guardian.css"
            ],
            "js": [
                "environment.js",
                "src\/global.js",
                "js\/vendor\/jquery.js",
                "js\/vendor\/handlebars.js",
                "src\/inject\/templates\/guardian.js",
                "src\/inject\/recommendations\/guardian.js"
            ]
        }
    ]
}