Shareaholic Favorites

Favorite links from any website.

什麼是Shareaholic Favorites?

Shareaholic Favorites是由http://shareaholic.com開發的Chrome擴展程式,該擴展的主要功能是“Favorite links from any website.”。

擴展截圖

screenshot

下載Shareaholic Favorites擴展crx文件

下載Shareaholic Favorites擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Favorite and bookmark links from any website to your Shareaholic dashboard.                    

擴展基本資訊

名稱 Shareaholic Favorites Shareaholic Favorites
ID dfffijncjkppbgngakjilekhjohnaeja
官方網址 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"
    }
}