Link Sharing
Link sharing resource
Что такое Link Sharing?
Link Sharing - это расширение Chrome, разработанное Travis Weidenbenner, и его основная функция - "Link sharing resource".
Снимки экрана расширения
Скачать файл CRX расширения Link Sharing
Скачайте файлы расширений Link Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | haehadeohhghodnfohinokocaaellnga |
Официальный URL | https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga |
Описание | Link sharing resource |
Размер файла | 330 KB |
Количество установок | 44 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2013-09-14 |
Дата публикации | 2013-09-14 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Travis Weidenbenner |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/travis-w/Link-Sharing |
URL страницы помощи | https://github.com/travis-w/Link-Sharing |
Поддерживаемые языки | 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" ] } |