PortClip
This allows users to create clips right from the site they are browsing.
什么是PortClip?
PortClip是由https://portclip.com开发的Chrome扩展程序,该扩展的主要功能是“This allows users to create clips right from the site they are browsing.”。
扩展截图
下载PortClip扩展crx文件
下载PortClip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Port Clip is a cloud based clip board manager. You can transfer texts between devices using port clip within seconds. In the native phone app port clip does all the heavy lifting for you by working in the background and saving all that you copy automatically. In computer we hope to do the same with this extension. With this you can add a new clip without needing to leave the current site you are visiting. Also, you can retrieve the last saved clip from within the extension itself. It also has the nudge feature so you can send a clip to the phone directly from within the extension. And since it is part of port clip family it is Realtime and fast. Try it out today and see your productivity improving leap and bounds. A bit more about port clip: ♦♦ Simple Portclip is simple to use. Install, sign in and forget all about it. Port clip will handle everything then on from the background. From then it will autosave anything and everything you copy from anywhere in the phone to local database. There is no additional effort for the user. Also, there is option to save what you copy directly to the cloud. So, the url you copied just appears across your desktop in real time. No additional task required. It’s that simple and magical!! ♦♦ Smart Portclip is also smart. It understands the context of what you copy and gives you meaningful actions accordingly. Say for instance you copied a phone number. Port clip provides actions for saving the number or calling the person. Similarly, it can provide actions when you copy url, email etc. Isn’t that handy? ♦♦ Real time & Fast Portclip is blazing fast and real-time. There is no refresh button in port clip because it doesn’t need one. It syncs up your clips in real time. So, you add a text in the web app from your computer. It will appear inside the app in real time without needing to refresh. The vice versa is also true. It just works!! ♦♦ Helpful Port clip also have several other tricks up its sleeves like it auto copies an OTP from a OTP SMS automatically. So, you can proceed with your transactions uninterruptedly. With the nudge feature transferring text between two devices have never been easier. All you do is click on nudge icon for the clip you want to send to other device and it will be automatically copied to your others device clipboard. You literally don’t want to do anything in your second device. So, say you wish to send url from computer to phone. Just nudge it on your computer. It will automatically get copied to your phones clipboard. No interruptions!! ♦♦ Secure & Private: Portclip is highly secure. Only you will be able to read your clips. Still worried about privacy? Port clip have two databases a local one and cloud one. This is because we respect your privacy and wants to give you control over what you want to save just in your phone and what texts you want to save across all your devices. ♦♦ Multi-Platform Support: Portclip is available in various forms. The web app is progressive and responsive for maximum usability. Port clip also have a native android app for maximizing productivity. You can download the app @ So, what are you thinking about? Go ahead try port clip in all its forms and glory. It will surely improve your productivity.
扩展基本信息
名称 | |
ID | chhfgfmggjojkmnbcjocldplkcaealgc |
官方URL | https://chrome.google.com/webstore/detail/portclip/chhfgfmggjojkmnbcjocldplkcaealgc |
简介 | This allows users to create clips right from the site they are browsing. |
文件大小 | 504 KB |
安装次数 | 100 |
当前版本 | 1.0 |
更新时间 | 2018-03-14 |
上架时间 | 2018-03-14 |
评分 | 4.33/5 共6次评分 |
开发者 | https://portclip.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://portclip.com |
隐私政策页面URL | https://portclip.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PortClip", "description": "This allows users to create clips right from the site they are browsing.", "version": "1.0", "browser_action": { "default_icon": "resources\/wand-temp.png", "default_popup": "popup.html", "default_title": "Port Clip" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/*.google.com https:\/\/copy-paste-50122.firebaseio.com\/ https:\/\/s-usc1c-nss-231.firebaseio.com\/ https:\/\/*.firebaseio.com\/ https:\/\/gateway.zscalertwo.net https:\/\/us-central1-copy-paste-50122.cloudfunctions.net\/* ; object-src 'self'" } |