URL Sharer
This extension is to easily share your current page URL on social networks
什么是URL Sharer?
URL Sharer是由http://kodestack.com开发的Chrome扩展程序,该扩展的主要功能是“This extension is to easily share your current page URL on social networks”。
扩展截图
下载URL Sharer扩展crx文件
下载URL Sharer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is to easily share your current page URL on social networks and to copy url
扩展基本信息
名称 | |
ID | efbabpfmnagdngganefofhopnoddbmae |
官方URL | https://chrome.google.com/webstore/detail/url-sharer/efbabpfmnagdngganefofhopnoddbmae |
简介 | This extension is to easily share your current page URL on social networks |
文件大小 | 115 KB |
安装次数 | 59 |
当前版本 | 1.4 |
更新时间 | 2019-12-26 |
上架时间 | 2019-12-25 |
评分 | 5.00/5 共3次评分 |
开发者 | http://kodestack.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/shivarajnaidu/URL-sharer |
帮助页面URL | https://github.com/shivarajnaidu/URL-sharer |
隐私政策页面URL | https://github.com/shivarajnaidu |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Sharer", "description": "This extension is to easily share your current page URL on social networks", "version": "1.4", "author": "Yuvaraj V (aka Shivaraj)", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "index.html", "default_title": "URL Sharer - Click And SHare !" }, "icons": { "16": "icons\/icon16x16.png", "48": "icons\/icon48x48.png", "128": "icons\/icon.png" }, "background": { "scripts": [ "background-script.js" ] }, "permissions": [ "tabs", "activeTab", "clipboardWrite" ] } |