Easy Share

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

Что такое Easy Share?

Easy Share - это расширение Chrome, разработанное Cloudymedia.com, и его основная функция - "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Easy Share

Скачайте файлы расширений Easy Share в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Easy Share Easy Share
ID ogeflpmllfpecnnlkoifcolpcdpdojbd
Официальный URL https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd
Описание Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
Размер файла 133 KB
Количество установок 2,549
Текущая Версия 1.8.1
Последнее Обновление 2013-10-24
Дата публикации 2013-10-24
Рейтинг 4.36/5 Всего 45 оценок
Разработчик Cloudymedia.com
Тип оплаты free
Официальный сайт расширения http://www.cloudymedia.com/easy-share/
URL страницы помощи https://github.com/emilioastarita/easy-share
Поддерживаемые языки 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
}