Shift-It

***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…

什麼是Shift-It?

Shift-It是由https://shift-it-psp.herokuapp.com開發的Chrome擴展程式,該擴展的主要功能是“***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…”。

擴展截圖

screenshot
screenshot

下載Shift-It擴展crx文件

下載Shift-It擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ***REQUIRES ANDROID APPLICATION***
Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/

Ever feel an urge to just shift the content you are browsing in your phone in just a click? With shift-it we are trying to provide a hassle-free experience for the user in a single click.And the transfers are completely secure with a fantastic user experience devoid of any irritating ads.

One click transfers

PC to phone(more to be added shortly)                    

擴展基本資訊

名稱 Shift-It Shift-It
ID khkkccmgokjjbnihhcbgacibieimibmh
官方網址 https://chromewebstore.google.com/detail/shift-it/khkkccmgokjjbnihhcbgacibieimibmh
簡介 ***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…
檔案大小 766 KB
安裝次數 10
目前版本 1.1
更新時間 2020-07-09
上架時間 2020-07-03
評分 5.00/5 共 13 次評分
開發者 https://shift-it-psp.herokuapp.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://shift-it-psp.herokuapp.com/
說明頁面URL http://shift-it-psp.herokuapp.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shift-It",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com https:\/\/www.gstatic.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon.png"
    }
}