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
}