twitview thread unroll/reader for twitter

A google chrome extension to read twitter threads in an easier quick and concise manner.

Τι είναι το twitview thread unroll/reader for twitter;

Το twitview thread unroll/reader for twitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον twitviewextension1, και η κύρια λειτουργία του είναι "A google chrome extension to read twitter threads in an easier quick and concise manner.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης twitview thread unroll/reader for twitter

Λήψη αρχείων επέκτασης twitview thread unroll/reader for twitter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A google chrome extension to read twitter threads in an easier, quick and concise manner. 

To use the twitview simply follow these steps: 

1. Install the app 

2. Go to twitter and find a thread you want read.

3.Now that you are in the thread you want compiled go to the first post of the thread which is the tweet that started the thread. 

4.Once you are on that thread scroll to the tweet you want to compiled and go below the authors replies to a newer tweet.

5. Right click on the date of the newer tweet and you should see it underline and highlight.

 6.Click the compile tweet menu item from the right click menu and then a popup will appear with all tweets in reply to the original thread including the clickable links compiled.

Other points:
-Once the tweet is compiled you can click on the twitview symbol and you will be able to copy the entire thread.

 -Images are not available yet but will potentially be added in the future as well as videos. If you encounter any errors navigate out of the page by clicking other comments then go back to the ORIGINAL FIRST POST and it will recompile no problems.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα twitview thread unroll/reader for twitter twitview thread unroll/reader for twitter
ID ljdegdmkjoondijjmadjgammcbphodjl
Επίσημο URL https://chromewebstore.google.com/detail/twitview-thread-unrollrea/ljdegdmkjoondijjmadjgammcbphodjl
Περιγραφή A google chrome extension to read twitter threads in an easier quick and concise manner.
Μέγεθος Αρχείου 692 KB
Αριθμός Εγκαταστάσεων 306
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2020-06-16
Ημερομηνία Δημοσίευσης 2020-06-16
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής twitviewextension1
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twitter.com/twitviewext
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/twitviewext
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "twitview thread unroll\/reader for twitter",
    "version": "1.1",
    "description": "A google chrome extension to read twitter threads in an easier quick and concise manner.",
    "icons": {
        "16": "images\/twitView16.png",
        "32": "images\/twitView32.png",
        "48": "images\/twitView48.png",
        "128": "images\/twitView128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "images\/twitView16.png",
            "32": "images\/twitView32.png",
            "48": "images\/twitView48.png",
            "128": "images\/twitView128.png"
        },
        "default_title": "twitview thread unroll\/reader for twitter"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*\/status\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/twitter.com\/*\/status\/*",
        "tabs",
        "webNavigation",
        "contextMenus",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "style.css",
        "images\/greytwitview.png",
        "images\/twitView48.png",
        "*:\/\/twitter.com\/*\/status\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}