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 |
| Eメール | [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"
}
} | |