Browses

Plot your adventures through the web

什么是Browses?

Browses是由https://browses.io开发的Chrome扩展程序,该扩展的主要功能是“Plot your adventures through the web”。

扩展截图

screenshot
screenshot

下载Browses扩展crx文件

下载Browses扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Browses Browses
ID fpijpjkcpkhbkeiinkphbiaapekmfgdo
官方URL https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo
简介 Plot your adventures through the web
文件大小 8.62 KB
安装次数 316
当前版本 2.3
更新时间 2017-08-09
上架时间 2017-08-09
评分 3.67/5 共6次评分
开发者 https://browses.io
付费类型 free
扩展官网 https://browses.io
支持的语言 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
}