True Logo

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

True Logo란 무엇입니까?

True Logo은(는) teleject에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Swap out the 'false' Florida State logo for the real deal. Built with love for the fans."입니다.

확장 프로그램 스크린샷

screenshot

True Logo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 True Logo True Logo
ID hjkkkameiagmoaoaagbijeggfnmdhnkp
공식 URL https://chrome.google.com/webstore/detail/true-logo/hjkkkameiagmoaoaagbijeggfnmdhnkp
설명 Swap out the 'false' Florida State logo for the real deal. Built with love for the fans.
파일 크기 24 MB
설치 횟수 105
현재 버전 0.2.3
최근 업데이트 2016-11-19
출시 날짜 2016-11-19
평점 2.40/5 총 5 개의 평점
개발자 teleject
결제 유형 free
지원되는 언어 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"
    ]
}