Link Sharing

Link sharing resource

Co to jest Link Sharing?

Link Sharing to rozszerzenie Chrome opracowane przez Travis Weidenbenner, a jego główną funkcją jest „Link sharing resource”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Link Sharing

Pobierz pliki rozszerzeń Link Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Link Sharing Link Sharing
ID haehadeohhghodnfohinokocaaellnga
Oficjalny URL https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga
Opis Link sharing resource
Rozmiar pliku 330 KB
Liczba instalacji 44
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2013-09-14
Data Publikacji 2013-09-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Travis Weidenbenner
Typ Płatności free
Strona Rozszerzenia https://github.com/travis-w/Link-Sharing
Adres URL Strony Pomocy https://github.com/travis-w/Link-Sharing
Obsługiwane Języki 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"
    ]
}