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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Linkest และคุณลักษณะหลักของมันคือ "The Linkest Browser Extension is a faster way to add a link to social network Linkest."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to Linkest (Beta)

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*.*"
    ]
}