右键分享到微博
分享当前网页内容(图片或选中文本)到微博
右键分享到微博とは何ですか?
右键分享到微博はambarによって開発されたChromeの拡張機能で、その主な機能は「分享当前网页内容(图片或选中文本)到微博」です。
右键分享到微博拡張機能のCRXファイルをダウンロード
右键分享到微博拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
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" ] } |