Save to Linkest (Beta)

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

Save to Linkest (Beta) là gì?

Save to Linkest (Beta) là một tiện ích mở rộng Chrome được phát triển bởi Linkest, và tính năng chính của nó là "The Linkest Browser Extension is a faster way to add a link to social network Linkest.".

Tải xuống tệp CRX của tiện ích mở rộng Save to Linkest (Beta)

Tải xuống các tệp mở rộng Save to Linkest (Beta) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save to Linkest (Beta) Save to Linkest (Beta)
ID kcpajfoadefbcheiakpnhbbopllpjman
URL Chính Thức https://chromewebstore.google.com/detail/save-to-linkest-beta/kcpajfoadefbcheiakpnhbbopllpjman
Mô tả The Linkest Browser Extension is a faster way to add a link to social network Linkest.
Kích Thước Tệp 728 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2017-05-15
Ngày Phát Hành 2017-05-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Linkest
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.linkest.net/
URL Trang Chính Sách Bảo Mật https://linkestbot.github.io/linkestcorp/linkestplugin
Ngôn Ngữ Được Hỗ Trợ 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\/*.*"
    ]
}