Share Helper
Helps to share title and url.
什么是Share Helper?
Share Helper是由mss2011c开发的Chrome扩展程序,该扩展的主要功能是“Helps to share title and url.”。
扩展截图
下载Share Helper扩展crx文件
下载Share Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"Share Helper" helps to share title and url. How to use 1.Click "Share Helper" icon to get title and url of current tab. 2.Click "copy to clipboard" to copy title and url.
扩展基本信息
名称 | Share Helper |
ID | pbaicnmajllojjjenolllikmiadmimfg |
官方URL | https://chromewebstore.google.com/detail/share-helper/pbaicnmajllojjjenolllikmiadmimfg |
简介 | Helps to share title and url. |
文件大小 | 32.96 KB |
安装次数 | 24 |
当前版本 | 1.3.0 |
更新时间 | 2021-09-11 |
上架时间 | 2016-01-27 |
开发者 | mss2011c |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3.0", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon19.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "clipboardWrite" ] } |