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 |
| 官方網址 | 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"
]
} | |