New Tab Manager
New Chrome extensions manager
什麼是New Tab Manager?
New Tab Manager是由https://oscapps.com開發的Chrome擴展程式,該擴展的主要功能是“New Chrome extensions manager”。
擴展截圖
下載New Tab Manager擴展crx文件
下載New Tab Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to manage and test extensions that change the new tab in Chrome. You can install and uninstall extensions from the options page and enable or disable the installed. The new tab by default will be one that you have shown active in green. The installed extensions are shown first. You can test the installed extensions without change the default extension. The extension will remain active until you finish using the new tab created. Clicking in an installed extension you will assign this extension to the button . This way you can use two new page extensions at once: the defaul new Tab (one of the active installed) and the selected by you showed in blue. If there is not anyone assigned you will open the original Chrome extension.
擴展基本資訊
名稱 | New Tab Manager |
ID | cgaoglehhddipnfdhdjmpcopgpejpofg |
官方網址 | https://chromewebstore.google.com/detail/new-tab-manager/cgaoglehhddipnfdhdjmpcopgpejpofg |
簡介 | New Chrome extensions manager |
檔案大小 | 121 KB |
安裝次數 | 3,787 |
目前版本 | 1.2 |
更新時間 | 2018-01-16 |
上架時間 | 2018-01-16 |
評分 | 3.33/5 共 12 次評分 |
開發者 | https://oscapps.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.noteboardapp.com/policy |
支援的語言 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Manager", "version": "1.2", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'", "icons": { "128": "img\/icon.png" }, "default_locale": "en", "offline_enabled": true, "description": "__MSG_extDesc__", "options_page": "options.html", "background": { "scripts": [ "extData.js", "newTabExt.js", "background.js" ], "persistent": false }, "browser_action": { "default_title": "New Tab Manager", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "permissions": [ "management", "tabs" ] } |