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ファイルをダウンロード
Star Spangled Browser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 } } |