iStart New Tab
Simple and practical start page
iStart New Tabとは何ですか?
iStart New Tabはwetabgroupによって開発されたChromeの拡張機能で、その主な機能は「Simple and practical start page」です。
拡張機能のスクリーンショット
iStart New Tab拡張機能のCRXファイルをダウンロード
iStart New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
iStart New Tab is a Simple and practical start page.
By clicking "Add to Chrome", I accept and agree to installing the: iStart New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in terms of use URL and Policy URL.
Terms of Use: https://policies.extfans.com/policies/terms/iStart-New-Tab.html
Privacy Policy:https://policies.extfans.com/policies/privacy/iStart-New-Tab.html
Contact us: https://policies.extfans.com/policies/contact/iStart-New-Tab.html
About us: https://policies.extfans.com/policies/about/iStart-New-Tab.html 拡張機能の基本情報
| 名前 | |
| ID | dihekmadkkcgnffajefocfamnpimlhah |
| 公式URL | https://chromewebstore.google.com/detail/istart-new-tab/dihekmadkkcgnffajefocfamnpimlhah |
| 説明 | Simple and practical start page |
| ファイルサイズ | 19.58 KB |
| インストール数 | 20,000 |
| 現在のバージョン | 1.0.6 |
| 最終更新日 | 2023-06-15 |
| 公開日 | 2023-04-30 |
| 評価 | 4.60/5 合計 10 レビュー |
| 開発者 | wetabgroup |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://policies.extfans.com/policies/privacy/iStart-New-Tab.html |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"service_worker": "background\/background.js"
},
"action": {
"default_icon": {
"128": "icons\/128.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"96": "icons\/96.png"
}
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"default_locale": "en",
"description": "__MSG_extdesc__",
"icons": {
"128": "icons\/128.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"96": "icons\/96.png"
},
"manifest_version": 3,
"name": "__MSG_extname__",
"host_permissions": [
"https:\/\/*.istartnewtab.com\/",
"https:\/\/istartnewtab.com\/"
],
"permissions": [
"cookies"
],
"optional_permissions": [],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.6"
} | |