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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |