New tab speeddial v2
Personal new tab page v2
New tab speeddial v2とは何ですか?
New tab speeddial v2は@rubixによって開発されたChromeの拡張機能で、その主な機能は「Personal new tab page v2」です。
拡張機能のスクリーンショット
New tab speeddial v2拡張機能のCRXファイルをダウンロード
New tab speeddial v2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Version 2 of my famous new tab extension. Links are not editable, feel free to fork the code https://github.com/rub1/startpage-v2
拡張機能の基本情報
名前 | New tab speeddial v2 |
ID | iekhhppnomnclfcchdlfnlnfmdlbfono |
公式URL | https://chromewebstore.google.com/detail/new-tab-speeddial-v2/iekhhppnomnclfcchdlfnlnfmdlbfono |
説明 | Personal new tab page v2 |
ファイルサイズ | 9.2 KB |
インストール数 | 161 |
現在のバージョン | 2.2.0 |
最終更新日 | 2019-04-06 |
公開日 | 2019-04-06 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | @rubix |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/rub1/startpage-v2 |
ヘルプページのURL | https://github.com/rub1/startpage-v2/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New tab speeddial v2", "short_name": "NTSpeed2", "description": "Personal new tab page v2", "version": "2.2.0", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "tabs", "topSites" ], "minimum_chrome_version": "29", "web_accessible_resources": [ "index.html", "css\/style.css" ] } |