Link Sharing

Link sharing resource

Wat is Link Sharing?

Link Sharing is een Chrome-extensie ontwikkeld door Travis Weidenbenner, en de belangrijkste functie is "Link sharing resource".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Link Sharing

Download Link Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Link Sharing Link Sharing
ID haehadeohhghodnfohinokocaaellnga
Officiële URL https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga
Beschrijving Link sharing resource
Bestandsgrootte 330 KB
Aantal Installaties 44
Huidige Versie 1.0.2
Laatst Bijgewerkt 2013-09-14
Publicatiedatum 2013-09-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Travis Weidenbenner
Betalingswijze free
Extensiewebsite https://github.com/travis-w/Link-Sharing
Help Pagina-URL https://github.com/travis-w/Link-Sharing
Ondersteunde Talen 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"
    ]
}