Browses

Plot your adventures through the web

Wat is Browses?

Browses is een Chrome-extensie ontwikkeld door https://browses.io, en de belangrijkste functie is "Plot your adventures through the web".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Browses

Download Browses-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Browses Browses
ID fpijpjkcpkhbkeiinkphbiaapekmfgdo
Officiële URL https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo
Beschrijving Plot your adventures through the web
Bestandsgrootte 8.62 KB
Aantal Installaties 316
Huidige Versie 2.3
Laatst Bijgewerkt 2017-08-09
Publicatiedatum 2017-08-09
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar https://browses.io
Betalingswijze free
Extensiewebsite https://browses.io
Ondersteunde Talen 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
}