AppStartTab
Get app shortcuts on your new tab.
AppStartTabとは何ですか?
AppStartTabはNetpoint Mediaによって開発されたChromeの拡張機能で、その主な機能は「Get app shortcuts on your new tab.」です。
拡張機能のスクリーンショット
AppStartTab拡張機能のCRXファイルをダウンロード
AppStartTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you work all day in apps like Spreadsheets, Docs, Drive and others, then this extension will save you time and effort by putting links to these apps right on your new tab page. The new tab page includes search services provided by Bing. By clicking "Add to Chrome", I accept and agree to installing the App Start Tab extension which will replace the default Chrome new tab page. For more information, please visit: Privacy Policy: https://appstarttab.com/privacy-policy/ Terms of Use: https://appstarttab.com/terms-of-service/ Uninstall Information: https://appstarttab.com/uninstall/ Contact Us: 27758 Santa Margarita Parkway Suite 142 Mission Viejo, CA 92691 [email protected] (949) 259-6915 Permissions requested by this extension: Management Justification: Used to retrieve the extensions/apps installed and running for the user.
拡張機能の基本情報
名前 | AppStartTab |
ID | jdogmlcmbkclphbhmbidcilnbdaokhbb |
公式URL | https://chromewebstore.google.com/detail/appstarttab/jdogmlcmbkclphbhmbidcilnbdaokhbb |
説明 | Get app shortcuts on your new tab. |
ファイルサイズ | 137 KB |
インストール数 | 11,147 |
現在のバージョン | 1.1.2 |
最終更新日 | 2022-09-14 |
公開日 | 2020-11-12 |
開発者 | Netpoint Media |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://chromeappstart.com |
プライバシーポリシーページのURL | https://productivtab.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AppStartTab", "short_name": "AppStartTab", "description": "Get app shortcuts on your new tab.", "version": "1.1.2", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "img\/icon128.png", "64": "img\/icon64.png", "32": "img\/icon32.png", "16": "img\/icon16.png" }, "background": { "service_worker": "background.js" } } |