右键分享到微博
分享当前网页内容(图片或选中文本)到微博
什麼是右键分享到微博?
右键分享到微博是由ambar開發的Chrome擴展程式,該擴展的主要功能是“分享当前网页内容(图片或选中文本)到微博”。
下載右键分享到微博擴展crx文件
下載右键分享到微博擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | leohpglmohjlmmlcfcpgmahkcecmgpai |
官方網址 | 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" ] } |