Link Sharing

Link sharing resource

Qu'est-ce que Link Sharing ?

Link Sharing est une extension Chrome développée par Travis Weidenbenner, et sa fonction principale est "Link sharing resource".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link Sharing

Téléchargez les fichiers d'extension Link Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Link Sharing Link Sharing
ID haehadeohhghodnfohinokocaaellnga
URL Officiel https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga
Description Link sharing resource
Taille du Fichier 330 KB
Nombre d'Installations 44
Version Actuelle 1.0.2
Dernière Mise à Jour 2013-09-14
Date de Publication 2013-09-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur Travis Weidenbenner
Type de Paiement free
Site Web de l'Extension https://github.com/travis-w/Link-Sharing
URL de la Page d'Aide https://github.com/travis-w/Link-Sharing
Langues Prises en Charge 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"
    ]
}