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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*.*"
    ]
}