Easy Share

Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.

Co to jest Easy Share?

Easy Share to rozszerzenie Chrome opracowane przez Cloudymedia.com, a jego główną funkcją jest „Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Easy Share

Pobierz pliki rozszerzeń Easy Share 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

                        Use the icon of Easy Share in your address bar to popup a little window with the sharing services. Choose which ones you want, and click on Share. It's not rocket science, we don't ask permissions, we don't require registration, we don't put ads, we just popup each service with the URL to share the page and nothing else.
Supported services: Twitter, Facebook and Google+, Pinterest, Linkedin, Tumblr or Gmail.

NEW: Remembers the services selected in last session.                    

Podstawowe informacje o rozszerzeniu

Nazwa Easy Share Easy Share
ID ogeflpmllfpecnnlkoifcolpcdpdojbd
Oficjalny URL https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd
Opis Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
Rozmiar pliku 133 KB
Liczba instalacji 2,549
Aktualna Wersja 1.8.1
Ostatnia Aktualizacja 2013-10-24
Data Publikacji 2013-10-24
Ocena 4.36/5 Łącznie 45 Oceny
Deweloper Cloudymedia.com
Typ Płatności free
Strona Rozszerzenia http://www.cloudymedia.com/easy-share/
Adres URL Strony Pomocy https://github.com/emilioastarita/easy-share
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Share",
    "version": "1.8.1",
    "description": "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "take-screen.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_name": "Easy Share",
        "default_icon": "marker.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}