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 |
官方網址 | 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 } } |