AppStartTab

Get app shortcuts on your new tab.

什麼是AppStartTab?

AppStartTab是由Netpoint Media開發的Chrome擴展程式,該擴展的主要功能是“Get app shortcuts on your new tab.”。

擴展截圖

screenshot

下載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 AppStartTab
ID jdogmlcmbkclphbhmbidcilnbdaokhbb
官方網址 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
電子郵箱 [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"
    }
}