Search on Twitter button (by CE-SA.org)
Get the 'Search text on Twitter' button on each context menu of a page you visit!
什么是Search on Twitter button (by CE-SA.org)?
Search on Twitter button (by CE-SA.org)是由http://ce-sa.org开发的Chrome扩展程序,该扩展的主要功能是“Get the 'Search text on Twitter' button on each context menu of a page you visit!”。
扩展截图
下载Search on Twitter button (by CE-SA.org)扩展crx文件
下载Search on Twitter button (by CE-SA.org)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get the 'Search this text on Twitter' button on each context menu of a page you visit! Suggestions? Just comment! Don't forget to rate!
扩展基本信息
名称 | |
ID | ehjkmgdnnoaejkniofflakchnoopombi |
官方URL | https://chrome.google.com/webstore/detail/search-on-twitter-button/ehjkmgdnnoaejkniofflakchnoopombi |
简介 | Get the 'Search text on Twitter' button on each context menu of a page you visit! |
文件大小 | 23.03 KB |
安装次数 | 100 |
当前版本 | 1.3.1 |
更新时间 | 2014-10-05 |
上架时间 | 2014-10-05 |
评分 | 5.00/5 共1次评分 |
开发者 | http://ce-sa.org |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": [ { "name": "CE-SA", "email": "[email protected]" } ], "manifest_version": 2, "name": "Search on Twitter button (by CE-SA.org)", "short_name": "SearchTwi", "description": "Get the 'Search text on Twitter' button on each context menu of a page you visit!", "version": "1.3.1", "icons": { "16": "16x16.png", "32": "32x32.png", "128": "128x128.png" }, "background": { "scripts": [ "script.js" ] }, "permissions": [ "tabs", "contextMenus" ] } |