Link Sharing
Link sharing resource
什么是Link Sharing?
Link Sharing是由Travis Weidenbenner开发的Chrome扩展程序,该扩展的主要功能是“Link sharing resource”。
扩展截图
下载Link Sharing扩展crx文件
下载Link Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
What's New? ------------- v1.0.2 -Fixed bug on install page that wouldn't close it or open pics in popup. Description ------------- Link Sharing is a project I made in order to easily share links with friends/colleagues. It is an open source extension. You can find the source on my GitHub: https://github.com/travis-w/Link-Sharing Please give feedback and/or contribute to the code.
扩展基本信息
名称 | |
ID | haehadeohhghodnfohinokocaaellnga |
官方URL | https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga |
简介 | Link sharing resource |
文件大小 | 330 KB |
安装次数 | 44 |
当前版本 | 1.0.2 |
更新时间 | 2013-09-14 |
上架时间 | 2013-09-14 |
评分 | 5.00/5 共1次评分 |
开发者 | Travis Weidenbenner |
付费类型 | free |
扩展官网 | https://github.com/travis-w/Link-Sharing |
帮助页面URL | https://github.com/travis-w/Link-Sharing |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Sharing", "version": "1.0.2", "manifest_version": 2, "description": "Link sharing resource", "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Save Link", "default_popup": "index.html" }, "background": { "page": "background.html" }, "options_page": "install.html", "permissions": [ "notifications", "tabs", "https:\/\/api.cloudmine.me\/*", "https:\/\/*.cloudmine.me\/*", "https:\/\/cloudmine.me\/*" ], "web_accessible_resources": [ "images\/icon19.png" ] } |