blink.cloud for Chrome
Creates or views secure messages from the blink.cloud API
什么是blink.cloud for Chrome?
blink.cloud for Chrome是由https://blink.cloud开发的Chrome扩展程序,该扩展的主要功能是“Creates or views secure messages from the blink.cloud API”。
扩展截图
下载blink.cloud for Chrome扩展crx文件
下载blink.cloud for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
blink.cloud for Chrome is an innovative browser extension that implements instantaneous burn-after-reading technology, allowing users to better secure their conversations online throughout a variety of the web's most popular sites. Sick and tired of your information getting compromised in emails or online chat tools? Need to send something through LinkedIn, gmail, or yahoo but you don't want it to stick around in your recipients mailbox? Then blink is perfect for you. Use blink WITH your existing communications methods, embedding 1-time links to secure information that only your receiver can view. No account is needed to create or view blinks, and the service is backwards compatible (messaging protocol based on hyperlinks).
扩展基本信息
名称 | blink.cloud for Chrome |
ID | lmhaelcnmkkagpcaajhkgpikcdbemkia |
官方URL | https://chromewebstore.google.com/detail/blinkcloud-for-chrome/lmhaelcnmkkagpcaajhkgpikcdbemkia |
简介 | Creates or views secure messages from the blink.cloud API |
文件大小 | 61.34 KB |
安装次数 | 148 |
当前版本 | 0.9.2 |
更新时间 | 2018-03-11 |
上架时间 | 2018-03-11 |
评分 | 5.00/5 共1次评分 |
开发者 | https://blink.cloud |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://blink.cloud/extensions/chrome |
帮助页面URL | https://blink.cloud/learn/chrome-extension |
隐私政策页面URL | https://blink.cloud/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "blink.cloud for Chrome", "description": "Creates or views secure messages from the blink.cloud API", "version": "0.9.2", "permissions": [ "commands", "contextMenus", "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": ".\/img\/icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ ".\/js\/background.js", ".\/js\/popup.js", ".\/js\/jquery-3.2.1.min.js" ] }, "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/js\/content.js" ], "run_at": "document_end" } ], "commands": { "blink": { "suggested_key": { "default": "Ctrl+B" }, "description": "Create or View a Blink Message" } }, "web_accessible_resources": [ "img\/icon16.png", "img\/bc-ext-popup-logo-for-chrome-darkborder.png" ], "manifest_version": 2 } |