List Builder for Twitter
Quickly build Twitter lists from any timeline view.
List Builder for Twitterとは何ですか?
List Builder for Twitterはhttps://www.electoralhq.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly build Twitter lists from any timeline view.」です。
拡張機能のスクリーンショット
List Builder for Twitter拡張機能のCRXファイルをダウンロード
List Builder for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly build Twitter lists with List Builder. Visible from any timeline view, you can select individual tweets or all on the screen and include the users into one of your lists. Great for events and conferences where you want to build list of people tweeting a hashtag to follow them after the event. More Twitter List tools @ https://www.electoralhq.com
拡張機能の基本情報
名前 | List Builder for Twitter |
ID | angdkjndobobaegbnhjaooedegkbibae |
公式URL | https://chromewebstore.google.com/detail/list-builder-for-twitter/angdkjndobobaegbnhjaooedegkbibae |
説明 | Quickly build Twitter lists from any timeline view. |
ファイルサイズ | 50.12 KB |
インストール数 | 803 |
現在のバージョン | 0.4 |
最終更新日 | 2017-04-03 |
公開日 | 2017-04-03 |
評価 | 2.70/5 合計 10 レビュー |
開発者 | https://www.electoralhq.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.electoralhq.com |
ヘルプページのURL | https://github.com/ryanwi/listbuilder-ext/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "List Builder for Twitter", "description": "Quickly build Twitter lists from any timeline view.", "version": "0.4", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "declarativeContent" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": "images\/icon16.png", "default_title": "List Builder", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "js\/jquery-2.1.0.min.js", "js\/mutation-summary.js", "js\/main.js" ], "css": [ "css\/main.css" ] } ] } |