Websee

This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!

Webseeとは何ですか?

Webseeはhttps://websee.ioによって開発されたChromeの拡張機能で、その主な機能は「This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Websee拡張機能のCRXファイルをダウンロード

Websee拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Join the collective mind of the web! Create private groups to automatically share the web content you and friends discover. More features on the way.

https://www.websee.io/

The extension codebase is completely open source and freely licensed under the GNU General Public License. The code repository can be viewed at https://github.com/lasernite/websee_ext. We welcome your contributions!                    

拡張機能の基本情報

名前 Websee Websee
ID pcpblbaphpngepnmihnboflfjaibgoek
公式URL https://chromewebstore.google.com/detail/websee/pcpblbaphpngepnmihnboflfjaibgoek
説明 This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!
ファイルサイズ 79.49 KB
インストール数 27
現在のバージョン 0.6
最終更新日 2017-03-25
公開日 2017-03-25
評価 5.00/5 合計 2 レビュー
開発者 https://websee.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.websee.io/
プライバシーポリシーページのURL https://www.newstream.io/privacy_policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Websee",
    "short_name": "Websee",
    "description": "This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!",
    "version": "0.6",
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Websee - The Sea of the Web",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.websee.io\/*",
                "https:\/\/www.websee.io\/*"
            ],
            "js": [
                "websee.js"
            ]
        }
    ]
}