Share Tools
Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.
什么是Share Tools?
Share Tools是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.”。
扩展截图
下载Share Tools扩展crx文件
下载Share Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Supports many popular sites and services. You can easily add your favorite site.
Visit our homepage for details: https://browsernative.com/share-tools-extension/ 扩展基本信息
| 名称 | |
| ID | pbbbcphofkjkmbadhjioamnnbphgeghd |
| 官方URL | https://chromewebstore.google.com/detail/share-tools/pbbbcphofkjkmbadhjioamnnbphgeghd |
| 简介 | Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site. |
| 文件大小 | 101 KB |
| 安装次数 | 2,621 |
| 当前版本 | 0.0.19 |
| 更新时间 | 2021-04-20 |
| 上架时间 | 2020-04-18 |
| 评分 | 4.89/5 共18次评分 |
| 开发者 | https://browsernative.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://browsernative.com/share-tools-extension/ |
| 帮助页面URL | https://browsernative.com/share-tools-extension/ |
| 隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"\/js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "static\/icon128.png",
"default_title": "Share Tools",
"default_popup": "\/html\/popup.html"
},
"description": "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.",
"homepage_url": "https:\/\/browsernative.com\/share-tools-extension\/",
"icons": {
"128": "static\/icon128.png",
"48": "static\/icon48.png"
},
"manifest_version": 2,
"name": "Share Tools",
"version": "0.0.19",
"permissions": [
"activeTab"
],
"options_ui": {
"page": "\/html\/options.html",
"open_in_tab": true
},
"web_accessible_resources": [
"html\/*.html"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+S"
}
}
}
} | |