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
官方網址 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
電子郵箱 [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"
        ]
    }
}