Save to Linkest (Beta)
The Linkest Browser Extension is a faster way to add a link to social network Linkest.
What is Save to Linkest (Beta)?
Save to Linkest (Beta) is a Chrome extension developed by Linkest, and its main feature is "The Linkest Browser Extension is a faster way to add a link to social network Linkest.".
Download Save to Linkest (Beta) Extension CRX File
Download Save to Linkest (Beta) 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
O Linkest Browser Extension é uma maneira mais rápida de adicionar um link a rede social Linkest, formando uma base de conhecimento inteligente, sugerindo links do seu interesse.
Extension Basic Information
Name | |
ID | kcpajfoadefbcheiakpnhbbopllpjman |
Official URL | https://chromewebstore.google.com/detail/save-to-linkest-beta/kcpajfoadefbcheiakpnhbbopllpjman |
Description | The Linkest Browser Extension is a faster way to add a link to social network Linkest. |
File Size | 728 KB |
Installation Count | 19 |
Current Version | 1.5.1 |
Last Updated | 2017-05-15 |
Publish Date | 2017-05-15 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Linkest |
[email protected] | |
Payment Type | free |
Extension Website | https://www.linkest.net/ |
Privacy Policy Page URL | https://linkestbot.github.io/linkestcorp/linkestplugin |
Supported Languages | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.5.1", "manifest_version": 2, "description": "__MSG_appDescription__", "author": "Comunicarte Web", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "pt_BR", "background": { "scripts": [ "scripts\/background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.linkest.net\/*" ] }, "permissions": [ "*:\/\/*.linkest.net\/*", "background", "notifications", "tabs", "storage" ], "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" }, "default_title": "__MSG_appName__", "default_popup": "views\/main.html" }, "web_accessible_resources": [ "images\/icon-48.png", "views\/fonts\/*.*" ] } |