Save to MindSky
Save content to MindSky.
What is Save to MindSky?
Save to MindSky is a Chrome extension developed by https://mind.im, and its main feature is "Save content to MindSky.".
Extension Screenshots
Download Save to MindSky Extension CRX File
Download Save to MindSky extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
When you find something you want to save, read later, highlight, or share with others – save it to MindSky. This extension also allows you to interact with MindSky through your address bar. Learn more at: http://sky.mind.im/extension
Extension Basic Information
Name | Save to MindSky |
ID | kkgkbmhpkbnboejmflmnfjlnhmokcgoa |
Official URL | https://chromewebstore.google.com/detail/save-to-mindsky/kkgkbmhpkbnboejmflmnfjlnhmokcgoa |
Description | Save content to MindSky. |
File Size | 58.51 KB |
Installation Count | 103 |
Current Version | 1.3 |
Last Updated | 2020-03-24 |
Publish Date | 2020-03-24 |
Rating | 3.80/5 Total 5 Ratings |
Developer | https://mind.im |
Payment Type | free |
Extension Website | http://mind.im |
Help Page URL | http://sky.mind.im/docs |
Privacy Policy Page URL | http://sky.mind.im/privacy |
Supported Languages | en,es,pt-BR,pt-PT,sv,ru,hi,bn,ar,zh-CN,ja |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "m1.png", "default_title": "MindSky" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "http:\/\/mind.im", "icons": { "128": "mind-128.png", "16": "mind-16.png", "48": "mind-48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmqsZ5NSGrYbZmB66Z64wdvnJ7mGlXtEQuNzTJUnuulQf3KUaqY9lupCsY\/OsxKjTej5F1NRG7Qi+Ahl1Unxjf0+3ihirbuaruLsdTpdkabv1qiu68CDk+N3wb1LJBDnGUMJC0luoCiSuyunQlEDWtTupHfzKfQwzxeKfZTTec\/rQV\/Es5KQA9BIoQoydJE\/y9Hr\/O2Rh7lMlQiXKZoRgW5XTJ9fnyGHDmsH8wO9ha5NIXJD\/XcbnZVKOovl9R09UoJg34bsqjfMsxHKYsYn9AwEcg8Ro4pgBzRzLzwDpLw3Xt1uWiffQPfojjLckI0FLuk3ncw1YNt9IlsjF21\/SewIDAQAB", "manifest_version": 2, "name": "__MSG_appName__", "omnibox": { "keyword": "mind" }, "permissions": [ "activeTab", "contextMenus" ], "short_name": "MindSky", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |