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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Linkest Browser Extension is a faster way to add a link to social network Linkest."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save to Linkest (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*.*" ] } |