Tweep List for Twitter

Adds an avatar menu to Twitter for quickly accessing user timelines.

Was ist Tweep List for Twitter?

Tweep List for Twitter ist eine Chrome-Erweiterung, die von https://serdar.work entwickelt wurde, und ihr Hauptmerkmal ist "Adds an avatar menu to Twitter for quickly accessing user timelines.".

Erweiterungsscreenshots

screenshot

Tweep List for Twitter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tweep List for Twitter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tweep List for Twitter Tweep List for Twitter
ID oalmfcciblkpdbjinikclcdjnllkpoca
Offizielle URL https://chromewebstore.google.com/detail/tweep-list-for-twitter/oalmfcciblkpdbjinikclcdjnllkpoca
Beschreibung Adds an avatar menu to Twitter for quickly accessing user timelines.
Dateigröße 84.51 KB
Installationsanzahl 212
Aktuelle Version 1.2.5
Letztes Update 2017-09-05
Veröffentlichungsdatum 2017-09-05
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://serdar.work
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://serdar.work
URL der Datenschutzrichtlinien-Seite https://serdar.work/chrome-extensions/privacy-policy.html
Unterstützte Sprachen 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"
}