Shareaholic Favorites

Favorite links from any website.

What is Shareaholic Favorites?

Shareaholic Favorites is a Chrome extension developed by http://shareaholic.com, and its main feature is "Favorite links from any website.".

Extension Screenshots

screenshot

Download Shareaholic Favorites Extension CRX File

Download Shareaholic Favorites extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Shareaholic Favorites Shareaholic Favorites
ID dfffijncjkppbgngakjilekhjohnaeja
Official URL https://chrome.google.com/webstore/detail/shareaholic-favorites/dfffijncjkppbgngakjilekhjohnaeja
Description Favorite links from any website.
File Size 44.44 KB
Installation Count 44
Current Version 1.1.0
Last Updated 2021-11-11
Publish Date 2012-12-05
Rating 4.00/5 Total 1 Ratings
Developer http://shareaholic.com
Email [email protected]
Payment Type free
Extension Website https://shareaholic.com
Help Page URL https://support.shareaholic.com/
Privacy Policy Page URL https://www.shareaholic.com/privacy
Supported Languages 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"
    }
}