Shareaholic Favorites

Favorite links from any website.

Cos'è Shareaholic Favorites?

Shareaholic Favorites è un'estensione di Chrome sviluppata da http://shareaholic.com, e la sua funzione principale è "Favorite links from any website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shareaholic Favorites

Scarica i file di estensione Shareaholic Favorites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Shareaholic Favorites Shareaholic Favorites
ID dfffijncjkppbgngakjilekhjohnaeja
URL Ufficiale https://chrome.google.com/webstore/detail/shareaholic-favorites/dfffijncjkppbgngakjilekhjohnaeja
Descrizione Favorite links from any website.
Dimensione del File 44.44 KB
Conteggio Installazioni 44
Versione Corrente 1.1.0
Ultimo Aggiornamento 2021-11-11
Data di Pubblicazione 2012-12-05
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore http://shareaholic.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://shareaholic.com
URL della Pagina di Aiuto https://support.shareaholic.com/
URL della Pagina della Politica sulla Privacy https://www.shareaholic.com/privacy
Lingue Supportate 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"
    }
}