New Tab Redirect to Apps - Axlg
Simple extension that will bring you back the classic Apps-Based New tab page!
New Tab Redirect to Apps - Axlgとは何ですか?
New Tab Redirect to Apps - Axlgはhttps://axl-g.comによって開発されたChromeの拡張機能で、その主な機能は「Simple extension that will bring you back the classic Apps-Based New tab page!」です。
拡張機能のスクリーンショット
New Tab Redirect to Apps - Axlg拡張機能のCRXファイルをダウンロード
New Tab Redirect to Apps - Axlg拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
I made this because i was using another one that was asking a lots of permissions.
This will shows you Apps Page when opening a New tab and need only 1 permission that is for redirect to chrome://apps.
v2 Updated! working again!
axl-g.com 拡張機能の基本情報
| 名前 | |
| ID | nkglplbcmeamjpiegkcjhfogcjfggjjp |
| 公式URL | https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp |
| 説明 | Simple extension that will bring you back the classic Apps-Based New tab page! |
| ファイルサイズ | 7.7 KB |
| インストール数 | 627 |
| 現在のバージョン | 2 |
| 最終更新日 | 2016-10-07 |
| 公開日 | 2016-10-05 |
| 評価 | 4.73/5 合計 40 レビュー |
| 開発者 | https://axl-g.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://axl-g.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab Redirect to Apps - Axlg",
"description": "Simple extension that will bring you back the classic Apps-Based New tab page!",
"version": "2",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "new_tab_redirect_to_apps.html"
},
"permissions": [
"tabs"
],
"icons": {
"128": "Axlg_Logo.png"
}
} | |