Camel New Tab
See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
Camel New Tabとは何ですか?
Camel New TabはJeffrey the Camelによって開発されたChromeの拡張機能で、その主な機能は「See Jeffrey the Camel on your New Tab page. And a bunch of other animals.」です。
拡張機能のスクリーンショット
Camel New Tab拡張機能のCRXファイルをダウンロード
Camel New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Camel New Tab is a revolutionary Chrome new tab extension that will change the way you think about browsing the internet. Instead of a regular new tab page, experience a vivid, bold new tab page with engaging backgrounds, helpful links, a Bible verse of the day, games, and most importantly, YOU CAN SEE A CAMEL PICTURE!!!!
拡張機能の基本情報
名前 | |
ID | hbomebggkjmaacfdjlleanbokcjlmiaf |
公式URL | https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf |
説明 | See Jeffrey the Camel on your New Tab page. And a bunch of other animals. |
ファイルサイズ | 14.8 MB |
インストール数 | 18 |
現在のバージョン | 2.4.0 |
最終更新日 | 2017-03-08 |
公開日 | 2017-03-07 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Jeffrey the Camel |
支払い方法 | free |
拡張機能のウェブサイト | http://camelnewtab.weebly.com |
ヘルプページのURL | http://camelnewtab.weebly.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Camel New Tab", "description": "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.", "version": "2.4.0", "author": "Jeffrey the Camel", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "128": "Style\/Assets\/Icon_Camel.png" }, "background": { "scripts": [ "JavaScript\/firstRun.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "redirect.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_popup": "menu.html" } } |