Link Sharing

Link sharing resource

Co je Link Sharing?

Link Sharing je rozšíření Chrome vyvinuté Travis Weidenbenner, a jeho hlavní funkcí je „Link sharing resource“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Link Sharing

Stáhněte si soubory rozšíření Link Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Link Sharing Link Sharing
ID haehadeohhghodnfohinokocaaellnga
Oficiální URL https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga
Popis Link sharing resource
Velikost souboru 330 KB
Počet instalací 44
Aktuální Verze 1.0.2
Poslední Aktualizace 2013-09-14
Datum Vydání 2013-09-14
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Travis Weidenbenner
Typ Platby free
Webové stránky Rozšíření https://github.com/travis-w/Link-Sharing
URL Stránky Nápovědy https://github.com/travis-w/Link-Sharing
Podporované Jazyky 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"
    ]
}