Browses

Plot your adventures through the web

Что такое Browses?

Browses - это расширение Chrome, разработанное https://browses.io, и его основная функция - "Plot your adventures through the web".

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

screenshot
screenshot

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

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

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

                        Use this extension to upload screenshots to your feed on https://browses.io and start putting your browsing history to some use. Help others who are on the same adventure as you by visually sharing the sites you found useful. Clicking on the extension authenticates you with facebook, captures a screenshot of the active tab and uploads the browse to your feed.                    

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

Название Browses Browses
ID fpijpjkcpkhbkeiinkphbiaapekmfgdo
Официальный URL https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo
Описание Plot your adventures through the web
Размер файла 8.62 KB
Количество установок 316
Текущая Версия 2.3
Последнее Обновление 2017-08-09
Дата публикации 2017-08-09
Рейтинг 3.67/5 Всего 6 оценок
Разработчик https://browses.io
Тип оплаты free
Официальный сайт расширения https://browses.io
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browses",
    "version": "2.3",
    "description": "Plot your adventures through the web",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-24.png",
        "default_title": "Browse"
    },
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/browses.local\/*",
            "*:\/\/browses.io\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "manifest_version": 2
}