Save to Linkest (Beta)

The Linkest Browser Extension is a faster way to add a link to social network Linkest.

什么是Save to Linkest (Beta)?

Save to Linkest (Beta)是由Linkest开发的Chrome扩展程序,该扩展的主要功能是“The Linkest Browser Extension is a faster way to add a link to social network Linkest.”。

下载Save to Linkest (Beta)扩展crx文件

下载Save to Linkest (Beta)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Save to Linkest (Beta) Save to Linkest (Beta)
ID kcpajfoadefbcheiakpnhbbopllpjman
官方URL https://chromewebstore.google.com/detail/save-to-linkest-beta/kcpajfoadefbcheiakpnhbbopllpjman
简介 The Linkest Browser Extension is a faster way to add a link to social network Linkest.
文件大小 728 KB
安装次数 19
当前版本 1.5.1
更新时间 2017-05-15
上架时间 2017-05-15
评分 5.00/5 共4次评分
开发者 Linkest
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.linkest.net/
隐私政策页面URL https://linkestbot.github.io/linkestcorp/linkestplugin
支持的语言 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\/*.*"
    ]
}