Browses
Plot your adventures through the web
Hvad er Browses?
Browses er en Chrome-udvidelse udviklet af https://browses.io, og dens hovedfunktion er "Plot your adventures through the web".
Udvidelsesskærmbilleder
Download Browses-udvidelses-CRX-fil
Download Browses-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Browses |
ID | fpijpjkcpkhbkeiinkphbiaapekmfgdo |
Officiel URL | https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo |
Beskrivelse | Plot your adventures through the web |
Filstørrelse | 8.62 KB |
Antal Installationer | 316 |
Nuværende Version | 2.3 |
Senest Opdateret | 2017-08-09 |
Udgivelsesdato | 2017-08-09 |
Bedømmelse | 3.67/5 Samlet 6 Bedømmelser |
Udvikler | https://browses.io |
Betalingsmetode | free |
Udvidelseswebsted | https://browses.io |
Understøttede Sprog | 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 } |