右键分享到微博
分享当前网页内容(图片或选中文本)到微博
右键分享到微博 क्या है?
右键分享到微博 ambar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "分享当前网页内容(图片或选中文本)到微博"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 右键分享到微博 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | leohpglmohjlmmlcfcpgmahkcecmgpai |
आधिकारिक URL | https://chrome.google.com/webstore/detail/%E5%8F%B3%E9%94%AE%E5%88%86%E4%BA%AB%E5%88%B0%E5%BE%AE%E5%8D%9A/leohpglmohjlmmlcfcpgmahkcecmgpai |
विवरण | 分享当前网页内容(图片或选中文本)到微博 |
फ़ाइल का आकार | 15.46 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2017-02-03 |
प्रकाशन तिथि | 2017-02-03 |
रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
डेवलपर | ambar |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/ambar/share-to-weibo/issues |
समर्थित भाषाएँ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u53f3\u952e\u5206\u4eab\u5230\u5fae\u535a", "version": "0.1", "manifest_version": 2, "description": "\u5206\u4eab\u5f53\u524d\u7f51\u9875\u5185\u5bb9\uff08\u56fe\u7247\u6216\u9009\u4e2d\u6587\u672c\uff09\u5230\u5fae\u535a", "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |