Browses

Plot your adventures through the web

Co to jest Browses?

Browses to rozszerzenie Chrome opracowane przez https://browses.io, a jego główną funkcją jest „Plot your adventures through the web”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Browses

Pobierz pliki rozszerzeń Browses 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 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Browses Browses
ID fpijpjkcpkhbkeiinkphbiaapekmfgdo
Oficjalny URL https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo
Opis Plot your adventures through the web
Rozmiar pliku 8.62 KB
Liczba instalacji 316
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2017-08-09
Data Publikacji 2017-08-09
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper https://browses.io
Typ Płatności free
Strona Rozszerzenia https://browses.io
Obsługiwane Języki 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
}