Star Spangled Browser
The word America has never been so fun.
Star Spangled Browser란 무엇입니까?
Star Spangled Browser은(는) Tim Holman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The word America has never been so fun."입니다.
확장 프로그램 스크린샷
Star Spangled Browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you American? Do you know any Americans? Do you know of America? If you answered yes to any of these, then this chrome extension is for you! Star Spangled banner makes browsing fun. Every time you see the word "America" in your browser, hovering it will launch an amazing gif, with some even more amazing sounds to accompany it. But wait, thats not all! Every time you see the word America, it will have a beautiful red white and blue animation, shining in with patriotic pride! Just when you thought the fun was over, there's more! Hovering will also show a limited edition American flag cursor! Install Star Spangled Browser in chrome today, for instant enjoyment, and gratification from the world! Or Surprise your coworkers by installing star spangled banner in their browser, they'll go from "regular" friends, to "super awesome best" friends! And lets give a super special high 5 to all the awesome Gif, and sound clip creators out there. I love you guys. We all do.
확장 프로그램 기본 정보
이름 | |
ID | nmhhaohjnbippbdhfemgeiooacflcphi |
공식 URL | https://chrome.google.com/webstore/detail/star-spangled-browser/nmhhaohjnbippbdhfemgeiooacflcphi |
설명 | The word America has never been so fun. |
파일 크기 | 9.05 MB |
설치 횟수 | 449 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2014-07-13 |
출시 날짜 | 2014-07-13 |
평점 | 3.93/5 총 28 개의 평점 |
개발자 | Tim Holman |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tholman.com/star-spangled-browser |
도움말 페이지 URL | http://tholman.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Spangled Browser", "description": "The word America has never been so fun.", "version": "1.0.1", "icons": { "48": ".\/assets\/icons\/48.png", "128": ".\/assets\/icons\/128.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ ".\/css\/styles.css" ] } ], "web_accessible_resources": [ "assets\/*", "css\/*" ], "background": { "scripts": [ ".\/js\/init.js" ], "persistent": true } } |