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
官方網址 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
}