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…”。
扩展截图
下载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 |
ID | khkkccmgokjjbnihhcbgacibieimibmh |
官方URL | 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" } } |