Tweep List for Twitter

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

Vad är Tweep List for Twitter?

Tweep List for Twitter är en Chrome-tillägg utvecklad av https://serdar.work, och dess huvudfunktion är "Adds an avatar menu to Twitter for quickly accessing user timelines.".

Tilläggsskärmbilder

screenshot

Ladda ner Tweep List for Twitter-förlängningens CRX-fil

Ladda ner Tweep List for Twitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Tweep List for Twitter Tweep List for Twitter
ID oalmfcciblkpdbjinikclcdjnllkpoca
Officiell webbadress https://chromewebstore.google.com/detail/tweep-list-for-twitter/oalmfcciblkpdbjinikclcdjnllkpoca
Beskrivning Adds an avatar menu to Twitter for quickly accessing user timelines.
Filstorlek 84.51 KB
Antal Installationer 212
Aktuell Version 1.2.5
Senast Uppdaterad 2017-09-05
Publiceringsdatum 2017-09-05
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://serdar.work
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://serdar.work
URL till Sekretesspolicy Sidan https://serdar.work/chrome-extensions/privacy-policy.html
Stödda Språk 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"
}