True Logo

Swap out the 'false' Florida State logo for the real deal. Built with love for the fans.

True Logo là gì?

True Logo là một tiện ích mở rộng Chrome được phát triển bởi teleject, và tính năng chính của nó là "Swap out the 'false' Florida State logo for the real deal. Built with love for the fans.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng True Logo

Tải xuống các tệp mở rộng True Logo 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

                        Like many people, I check sports web sites like Seminoles.com to check out how my favorite football team is doing before and after the game.

Now, when reading up on online articles we always get that terrible, new Nike logo (that was not designed with community input) when checking up on our favorite team. 

So! To make things a little easier on the eyes, I built a Chrome extension that will swap out the new logo for the classic version (see attached images).

Extension only works at Seminoles.com, Yahoo! Sports, ESPN, Seminoles Twitter account, and maybe one or two other sites--but it's already improved my mood 1000%. 

Open for suggestions for more sites, if you have any recommendations.

Just a note: It's barely a beta, so your mileage will vary.

CHANGELOG:

v0.2.3
* Seminoles.com, FSU Twitter updates
v0.2.2
* Addressed a couple of FSU Twitter accounts in this update
v0.2.1
* quick fix
v0.2:
* streamlined code a bit
* added a couple more sites                    

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

Tên True Logo True Logo
ID hjkkkameiagmoaoaagbijeggfnmdhnkp
URL Chính Thức https://chrome.google.com/webstore/detail/true-logo/hjkkkameiagmoaoaagbijeggfnmdhnkp
Mô tả Swap out the 'false' Florida State logo for the real deal. Built with love for the fans.
Kích Thước Tệp 24 MB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2016-11-19
Ngày Phát Hành 2016-11-19
Đánh Giá 2.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển teleject
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.3",
    "name": "True Logo",
    "description": "Swap out the 'false' Florida State logo for the real deal. Built with love for the fans.",
    "icons": {
        "16": "icons\/fsu16.png",
        "48": "icons\/fsu48.png",
        "128": "icons\/fsu128.png",
        "256": "icons\/fsu256.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/fsu48.png",
        "default_title": "True Logo"
    },
    "author": "Christopher Schmitt ",
    "background": {
        "scripts": [
            "background.js",
            "on.js",
            "off.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg"
    ]
}