The Circle of Life
A must-have for all Lion King fans!
The Circle of Lifeとは何ですか?
The Circle of LifeはIan Websterによって開発されたChromeの拡張機能で、その主な機能は「A must-have for all Lion King fans!」です。
拡張機能のスクリーンショット
The Circle of Life拡張機能のCRXファイルをダウンロード
The Circle of Life拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds some occasional flair to your browsing experience.
拡張機能の基本情報
名前 | The Circle of Life |
ID | fdligjlbdahdinmljdhaehbinjeedpbn |
公式URL | https://chromewebstore.google.com/detail/the-circle-of-life/fdligjlbdahdinmljdhaehbinjeedpbn |
説明 | A must-have for all Lion King fans! |
ファイルサイズ | 291 KB |
インストール数 | 26 |
現在のバージョン | 0.0.6 |
最終更新日 | 2016-03-01 |
公開日 | 2016-02-27 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | Ian Webster |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/typpo/circle-of-life |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Circle of Life", "version": "0.0.6", "manifest_version": 2, "description": "A must-have for all Lion King fans!", "homepage_url": "http:\/\/ianww.com", "icons": { "16": "icons\/lion16.png", "48": "icons\/lion48.png", "128": "icons\/lion128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "permissions": [ "tabs" ] } |