Export links of all extensions
Export name and url of all installed extensions in Google Chrome
什么是Export links of all extensions?
Export links of all extensions是由evgeniyarbuz18921开发的Chrome扩展程序,该扩展的主要功能是“Export name and url of all installed extensions in Google Chrome”。
扩展截图
下载Export links of all extensions扩展crx文件
下载Export links of all extensions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Export name and url of all installed extensions in Google Chrome Source code and bug tracker are available at https://github.com/gabrielbarros/export-all-extensions
扩展基本信息
名称 | |
ID | cmeckkgeamghjhkepejgjockldoblhcb |
官方URL | https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb |
简介 | Export name and url of all installed extensions in Google Chrome |
文件大小 | 12.74 KB |
安装次数 | 14,159 |
当前版本 | 1.7 |
更新时间 | 2023-01-02 |
上架时间 | 2020-08-13 |
评分 | 4.65/5 共88次评分 |
开发者 | evgeniyarbuz18921 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/gabrielbarros/export-all-extensions |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Export links of all extensions", "version": "1.7", "description": "Export name and url of all installed extensions in Google Chrome", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "offline_enabled": true, "action": { "default_icon": "img\/16.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "alarms", "declarativeNetRequest", "management" ] } |