middlespot

Desktop The Web

middlespotとは何ですか?

middlespotはhttps://middlespot.comによって開発されたChromeの拡張機能で、その主な機能は「Desktop The Web」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        ***Requires Middlespot Web App***

Keep links, notes, files, docs, photos, social feeds, videos, bookmarks and more
on your very own web desktop, and sync it all with your Google Drive.

Spend less time looking and more time doing.



The middlespot extension works with the middlespot app and will:

import your bookmarks into your middlespot desktop.

make it simple to access any of your desktops with a single click from your browser toolbar.

allow you to add any website to one of your desktops from your toolbar.

Middlespot is free. Unlimited desktops, unlimited content.                    

拡張機能の基本情報

名前 middlespot middlespot
ID djfkcofpclibgmphomlbpgndljnffegm
公式URL https://chrome.google.com/webstore/detail/middlespot/djfkcofpclibgmphomlbpgndljnffegm
説明 Desktop The Web
ファイルサイズ 53.81 KB
インストール数 674
現在のバージョン 4.0.1
最終更新日 2017-11-14
公開日 2017-11-14
評価 3.90/5 合計 10 レビュー
開発者 https://middlespot.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.middlespot.com/
プライバシーポリシーページのURL https://middlespot.com/privacy.php
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "middlespot",
    "description": "Desktop The Web",
    "version": "4.0.1",
    "browser_action": {
        "default_icon": "middlespotextension.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.middlespot.com\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "identity",
        "bookmarks",
        "tabs",
        "http:\/\/*.middlespot.com\/*",
        "tabs",
        "https:\/\/*.middlespot.com\/*",
        "https:\/\/accounts.google.com\/*",
        "http:\/\/*.middlespot.com\/",
        "https:\/\/*.middlespot.com\/",
        "https:\/\/apis.google.com\/",
        "https:\/\/apis.google.com\/js\/platform.js",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}