List Builder for Twitter
Quickly build Twitter lists from any timeline view.
Co je List Builder for Twitter?
List Builder for Twitter je rozšíření Chrome vyvinuté https://www.electoralhq.com, a jeho hlavní funkcí je „Quickly build Twitter lists from any timeline view.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření List Builder for Twitter
Stáhněte si soubory rozšíření List Builder for Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | List Builder for Twitter |
ID | angdkjndobobaegbnhjaooedegkbibae |
Oficiální URL | https://chromewebstore.google.com/detail/list-builder-for-twitter/angdkjndobobaegbnhjaooedegkbibae |
Popis | Quickly build Twitter lists from any timeline view. |
Velikost souboru | 50.12 KB |
Počet instalací | 803 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2017-04-03 |
Datum Vydání | 2017-04-03 |
Hodnocení | 2.70/5 Celkem 10 Hodnocení |
Vývojář | https://www.electoralhq.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.electoralhq.com |
URL Stránky Nápovědy | https://github.com/ryanwi/listbuilder-ext/issues |
Podporované Jazyky | 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" ] } ] } |