Search On Twitter
Adds 'Open Twitter Profile' and 'Search on Twitter' options to the context menu
Search On Twitterとは何ですか?
Search On Twitterはhttp://www.thetravisw.comによって開発されたChromeの拡張機能で、その主な機能は「Adds 'Open Twitter Profile' and 'Search on Twitter' options to the context menu」です。
拡張機能のスクリーンショット
Search On Twitter拡張機能のCRXファイルをダウンロード
Search On Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search On Twitter adds to the Right-Click context menu. If the selected text starts with "@", the option to open Twitter profile will be presented. If the selected does not begin with "@", then the option to search on Twitter will be presented. Source Code - https://github.com/travis-w/Search-On-Twitter
拡張機能の基本情報
名前 | |
ID | dhpmpdpphfgejncefefmdhklfbliefkm |
公式URL | https://chrome.google.com/webstore/detail/search-on-twitter/dhpmpdpphfgejncefefmdhklfbliefkm |
説明 | Adds 'Open Twitter Profile' and 'Search on Twitter' options to the context menu |
ファイルサイズ | 9.53 KB |
インストール数 | 465 |
現在のバージョン | 1.0 |
最終更新日 | 2014-09-28 |
公開日 | 2014-09-28 |
評価 | 3.71/5 合計 7 レビュー |
開発者 | http://www.thetravisw.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search On Twitter", "description": "Adds 'Open Twitter Profile' and 'Search on Twitter' options to the context menu ", "version": "1.0", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "js\/main.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentscript.js" ] } ] } |