Chrome Extension Manager All in 1
A Simple & Fast Extension Manager by zzllrr for your Chrome Extensions & Apps
什麼是Chrome Extension Manager All in 1?
Chrome Extension Manager All in 1是由http://sites.google.com/site/zzllrrimager開發的Chrome擴展程式,該擴展的主要功能是“A Simple & Fast Extension Manager by zzllrr for your Chrome Extensions & Apps”。
擴展截圖
下載Chrome Extension Manager All in 1擴展crx文件
下載Chrome Extension Manager All in 1擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Manage all Chrome Extensions & Apps in one App. All-in-1 makes your management of Chrome extensions & apps more conveniently and enjoyable. All in 1多合一扩展管理 (c) 2011 by zzllrr 集中管理你的浏览器扩展和应用程序。 【主要功能】: 1、可以对你的Chrome扩展和应用程序,集中进行打开、打标签分类、启用/禁用、删除等操作。 2、可以记录你曾使用过,但现已被卸载的扩展和应用程序,方便以后重新安装。 3、功能区的背景色随意更换。 4、右击隐藏/显示控制面板。
擴展基本資訊
名稱 | |
ID | alhfmphdglcigimlmnkemofpdhfaloep |
官方網址 | https://chrome.google.com/webstore/detail/chrome-extension-manager/alhfmphdglcigimlmnkemofpdhfaloep |
簡介 | A Simple & Fast Extension Manager by zzllrr for your Chrome Extensions & Apps |
檔案大小 | 219 KB |
安裝次數 | 547 |
目前版本 | 2018.1.10 |
更新時間 | 2018-01-09 |
上架時間 | 2018-01-09 |
評分 | 3.67/5 共 15 次評分 |
開發者 | http://sites.google.com/site/zzllrrimager |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://weibo.com/zzllrr |
說明頁面URL | http://site.douban.com/127068/ |
隱私政策頁面URL | https://sites.google.com/site/zzllrrimager/about |
支援的語言 | en,zh-CN,zh-TW |
manifest.json | |
{ "background": { "page": "back.html" }, "browser_action": { "default_icon": "img\/128.gif", "default_title": "__MSG_zname__", "default_popup": "pop.html" }, "default_locale": "en", "description": "__MSG_zprom__", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/alhfmphdglcigimlmnkemofpdhfaloep", "icons": { "128": "img\/128.gif", "16": "img\/16.gif", "48": "img\/48.gif" }, "name": "__MSG_zname__", "offline_enabled": true, "permissions": [ "tabs", "management" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "2018.1.10", "manifest_version": 2 } |