Shareaholic Favorites
Favorite links from any website.
什么是Shareaholic Favorites?
Shareaholic Favorites是由http://shareaholic.com开发的Chrome扩展程序,该扩展的主要功能是“Favorite links from any website.”。
扩展截图
下载Shareaholic Favorites扩展crx文件
下载Shareaholic Favorites扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Favorite and bookmark links from any website to your Shareaholic dashboard. 扩展基本信息
| 名称 | |
| ID | dfffijncjkppbgngakjilekhjohnaeja |
| 官方URL | https://chrome.google.com/webstore/detail/shareaholic-favorites/dfffijncjkppbgngakjilekhjohnaeja |
| 简介 | Favorite links from any website. |
| 文件大小 | 44.44 KB |
| 安装次数 | 44 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2021-11-11 |
| 上架时间 | 2012-12-05 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | http://shareaholic.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://shareaholic.com |
| 帮助页面URL | https://support.shareaholic.com/ |
| 隐私政策页面URL | https://www.shareaholic.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Shareaholic Favorites",
"version": "1.1.0",
"description": "Favorite links from any website.",
"manifest_version": 2,
"permissions": [
"tabs",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"16": "images\/favorites_16.png",
"32": "images\/favorites_32.png",
"64": "images\/favorites_64.png",
"128": "images\/favorites_128.png"
},
"browser_action": {
"default_title": "Shareaholic Favorites",
"default_icon": "images\/favorites_16.png"
}
} | |