Tweep List for Twitter
Adds an avatar menu to Twitter for quickly accessing user timelines.
Wat is Tweep List for Twitter?
Tweep List for Twitter is een Chrome-extensie ontwikkeld door https://serdar.work, en de belangrijkste functie is "Adds an avatar menu to Twitter for quickly accessing user timelines.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tweep List for Twitter
Download Tweep List for Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
UPDATED for the new Twitter. One-click access to user timelines. Drag any avatar to the menu to add to your list. Drag out to remove an avatar from your list. No need to follow a user on Twitter to add it to your list. You can follow people easily without actually following. Works with Twitter desktop client. Syncs your list with your Google Chrome account. Full source code of this extension is available at GitHub: https://github.com/serd/tweep-list
Basisinformatie over de Extensie
Naam | Tweep List for Twitter |
ID | oalmfcciblkpdbjinikclcdjnllkpoca |
Officiële URL | https://chromewebstore.google.com/detail/tweep-list-for-twitter/oalmfcciblkpdbjinikclcdjnllkpoca |
Beschrijving | Adds an avatar menu to Twitter for quickly accessing user timelines. |
Bestandsgrootte | 84.51 KB |
Aantal Installaties | 212 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2017-09-05 |
Publicatiedatum | 2017-09-05 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://serdar.work |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://serdar.work |
URL van de Privacybeleid Pagina | https://serdar.work/chrome-extensions/privacy-policy.html |
Ondersteunde Talen | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.5", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyles.css" ], "js": [ "lib\/jquery.js", "lib\/jquery.ui.core.js", "lib\/jquery.ui.widget.js", "lib\/jquery.ui.mouse.js", "lib\/jquery.ui.sortable.js", "lib\/jquery.ui.draggable.js", "lib\/jquery.ui.droppable.js", "lib\/jquery.ui.resizable.js", "lib\/jquery.mousewheel.js", "tweepList.js" ] } ], "homepage_url": "http:\/\/serdar.work" } |