Browses
Plot your adventures through the web
Cos'è Browses?
Browses è un'estensione di Chrome sviluppata da https://browses.io, e la sua funzione principale è "Plot your adventures through the web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browses
Scarica i file di estensione Browses in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Browses |
ID | fpijpjkcpkhbkeiinkphbiaapekmfgdo |
URL Ufficiale | https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo |
Descrizione | Plot your adventures through the web |
Dimensione del File | 8.62 KB |
Conteggio Installazioni | 316 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2017-08-09 |
Data di Pubblicazione | 2017-08-09 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | https://browses.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browses.io |
Lingue Supportate | 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 } |