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
Eメール [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\/*.*"
    ]
}