Search on Twitter button (by CE-SA.org)
Get the 'Search text on Twitter' button on each context menu of a page you visit!
What is Search on Twitter button (by CE-SA.org)?
Search on Twitter button (by CE-SA.org) is a Chrome extension developed by http://ce-sa.org, and its main feature is "Get the 'Search text on Twitter' button on each context menu of a page you visit!".
Extension Screenshots
Download Search on Twitter button (by CE-SA.org) Extension CRX File
Download Search on Twitter button (by CE-SA.org) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ehjkmgdnnoaejkniofflakchnoopombi |
Official URL | https://chrome.google.com/webstore/detail/search-on-twitter-button/ehjkmgdnnoaejkniofflakchnoopombi |
Description | Get the 'Search text on Twitter' button on each context menu of a page you visit! |
File Size | 23.03 KB |
Installation Count | 100 |
Current Version | 1.3.1 |
Last Updated | 2014-10-05 |
Publish Date | 2014-10-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://ce-sa.org |
Payment Type | free |
Supported Languages | 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" ] } |