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" ] } |