Link Sharing

Link sharing resource

Vad är Link Sharing?

Link Sharing är en Chrome-tillägg utvecklad av Travis Weidenbenner, och dess huvudfunktion är "Link sharing resource".

Tilläggsskärmbilder

screenshot

Ladda ner Link Sharing-förlängningens CRX-fil

Ladda ner Link Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Link Sharing Link Sharing
ID haehadeohhghodnfohinokocaaellnga
Officiell webbadress https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga
Beskrivning Link sharing resource
Filstorlek 330 KB
Antal Installationer 44
Aktuell Version 1.0.2
Senast Uppdaterad 2013-09-14
Publiceringsdatum 2013-09-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Travis Weidenbenner
Betalningssätt free
Tilläggswebbplats https://github.com/travis-w/Link-Sharing
Hjälpsida URL https://github.com/travis-w/Link-Sharing
Stödda Språk 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"
    ]
}