Link Sharing

Link sharing resource

Cos'è Link Sharing?

Link Sharing è un'estensione di Chrome sviluppata da Travis Weidenbenner, e la sua funzione principale è "Link sharing resource".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Link Sharing

Scarica i file di estensione Link Sharing 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

                        What's New?
-------------
v1.0.2
-Fixed bug on install page that wouldn't close it or open pics in popup.

Description
-------------
Link Sharing is a project I made in order to easily share links with friends/colleagues.  

It is an open source extension. You can find the source on my GitHub: https://github.com/travis-w/Link-Sharing

Please give feedback and/or contribute to the code.                    

Informazioni di Base sull'Estensione

Nome Link Sharing Link Sharing
ID haehadeohhghodnfohinokocaaellnga
URL Ufficiale https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga
Descrizione Link sharing resource
Dimensione del File 330 KB
Conteggio Installazioni 44
Versione Corrente 1.0.2
Ultimo Aggiornamento 2013-09-14
Data di Pubblicazione 2013-09-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Travis Weidenbenner
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/travis-w/Link-Sharing
URL della Pagina di Aiuto https://github.com/travis-w/Link-Sharing
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Sharing",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Link sharing resource",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Save Link",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "install.html",
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/api.cloudmine.me\/*",
        "https:\/\/*.cloudmine.me\/*",
        "https:\/\/cloudmine.me\/*"
    ],
    "web_accessible_resources": [
        "images\/icon19.png"
    ]
}