Browses

Plot your adventures through the web

Co je Browses?

Browses je rozšíření Chrome vyvinuté https://browses.io, a jeho hlavní funkcí je „Plot your adventures through the web“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Browses

Stáhněte si soubory rozšíření Browses ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Browses Browses
ID fpijpjkcpkhbkeiinkphbiaapekmfgdo
Oficiální URL https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo
Popis Plot your adventures through the web
Velikost souboru 8.62 KB
Počet instalací 316
Aktuální Verze 2.3
Poslední Aktualizace 2017-08-09
Datum Vydání 2017-08-09
Hodnocení 3.67/5 Celkem 6 Hodnocení
Vývojář https://browses.io
Typ Platby free
Webové stránky Rozšíření https://browses.io
Podporované Jazyky 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
}