Reef Buddies
A marine friend in each new tab
Reef Buddiesとは何ですか?
Reef Buddiesはthe.reef.buddiesによって開発されたChromeの拡張機能で、その主な機能は「A marine friend in each new tab」です。
拡張機能のスクリーンショット
Reef Buddies拡張機能のCRXファイルをダウンロード
Reef Buddies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reef buddies greet you every time you open a new tab. They swim and accompany you from tab to tab as you go web surfing. Pat them and they will be extra happy. Best of all, 100% of profits will be donated to the Australian Marine Conservation Society so you know you will be supporting a great cause in the process. We’re saving marine wildlife … one Chrome extension at a time. ------------------------------------------------------------------------------- Reef Buddies was created as part of the #Shehacks2018 hackathon run by Girl Geek Sydney by 4 dev and design girls residing in Sydney. For more information or to contact us, follow us on facebook ( https://www.facebook.com/buddiesofthereef ) or email us at [email protected] .
拡張機能の基本情報
名前 | |
ID | pebcmofjckdobafhmhbihokmgiddkhaa |
公式URL | https://chrome.google.com/webstore/detail/reef-buddies/pebcmofjckdobafhmhbihokmgiddkhaa |
説明 | A marine friend in each new tab |
ファイルサイズ | 761 KB |
インストール数 | 42 |
現在のバージョン | 1.0.10 |
最終更新日 | 2018-10-24 |
公開日 | 2018-10-24 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | the.reef.buddies |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.facebook.com/buddiesofthereef/ |
ヘルプページのURL | https://www.facebook.com/buddiesofthereef/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reef Buddies", "description": "A marine friend in each new tab", "version": "1.0.10", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "fav-icon.png" }, "icons": { "128": "fav-icon.png" }, "permissions": [ "activeTab" ] } |