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.
擴展基本資訊
名稱 | |
ID | kcpajfoadefbcheiakpnhbbopllpjman |
官方網址 | 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\/*.*" ] } |