twitterで「選択文字」を検索
twitterで「選択文字」を検索
What is twitterで「選択文字」を検索?
twitterで「選択文字」を検索 is a Chrome extension developed by Unknown, and its main feature is "twitterで「選択文字」を検索".
Extension Screenshots
Download twitterで「選択文字」を検索 Extension CRX File
Download twitterで「選択文字」を検索 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
選択テキストを右クリックしてTwitter検索するChrome拡張です。 コピペ→twitter検索するのが面倒で作りました。 2018/10/02更新 1, 選択テキストにスペース(全角・半角)を含んでいたら、""で囲まないように変更 2018/09/19更新 1, google検索は、google.co.jpのサイト以外のみ 2, twitter検索で「すべてのツイート」で検索するように変更 3, 選択テキストを""で囲ってから検索するように変更 2018/09/13更新 1, google検索も同時に行うように変更
Extension Basic Information
Name | twitterで「選択文字」を検索 |
ID | jnjoamcjjcgphcidgkeinmfcmbagdpka |
Official URL | https://chromewebstore.google.com/detail/twitter%E3%81%A7%E3%80%8C%E9%81%B8%E6%8A%9E%E6%96%87%E5%AD%97%E3%80%8D%E3%82%92%E6%A4%9C%E7%B4%A2/jnjoamcjjcgphcidgkeinmfcmbagdpka |
Description | twitterで「選択文字」を検索 |
File Size | 6.29 KB |
Installation Count | 95 |
Current Version | 0.0.6 |
Last Updated | 2018-10-02 |
Publish Date | 2018-10-02 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitter\u3067\u300c\u9078\u629e\u6587\u5b57\u300d\u3092\u691c\u7d22", "version": "0.0.6", "manifest_version": 2, "description": "twitter\u3067\u300c\u9078\u629e\u6587\u5b57\u300d\u3092\u691c\u7d22", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "contextMenus" ] } |