App for Twitter™

An easy-to-use and lite App for Twitter

Τι είναι το App for Twitter™;

Το App for Twitter™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jorvi, και η κύρια λειτουργία του είναι "An easy-to-use and lite App for Twitter".

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

screenshot

Λήψη αρχείου CRX της επέκτασης App for Twitter™

Λήψη αρχείων επέκτασης App for Twitter™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        App for Twitter™ is the easiest way to open and check your Twitter page from your desktop machine (PC, MAC or Linux). Clicking on the toolbar button, renders Twitter in a standalone UI. Moreover, the window is re-sizable to your desired choice and all the changes are auto saved to the memory.

App for Twitter™ is designed to operate similar to Apps. In other words, it opens in a simple and stand-alone popup window (as opposed to the toolbar-panel or sidebar), and once closed, completely clears-off and won't have any further background activities. Having this behavior, it is considered a very lite addon and does not add any additional burden to your browser.

Important Note: App for Twitter™ does NOT belong or related to the official Twitter application/website in any ways. It is an unofficial app that is developed and maintained independently. The official Twitter software is only released for smart phones and the web. This unofficial app (browser addon) is a wrapper to the original Twitter web application and tries to make it usable as a browser plug-in.

Note 1: to start working with Twitter, you can read this FAQ page in Twitter website (https://support.twitter.com/articles/215585).

Note 2: in order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/twitter-app.html).                    

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

Όνομα App for Twitter™ App for Twitter™
ID eejmelcifcifgpmcepkfdehnacinhkcf
Επίσημο URL https://chromewebstore.google.com/detail/app-for-twitter/eejmelcifcifgpmcepkfdehnacinhkcf
Περιγραφή An easy-to-use and lite App for Twitter
Μέγεθος Αρχείου 25.64 KB
Αριθμός Εγκαταστάσεων 4,628
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2017-01-07
Ημερομηνία Δημοσίευσης 2017-01-07
Αξιολόγηση 4.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Jorvi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://mybrowseraddon.com/twitter-app.html
Διεύθυνση URL της Σελίδας Βοήθειας http://mybrowseraddon.com/twitter-app.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "manifest_version": 2,
    "name": "App for Twitter\u2122",
    "permissions": [
        "storage"
    ],
    "short_name": "appfortwitter",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "An easy-to-use and lite App for Twitter",
    "homepage_url": "http:\/\/mybrowseraddon.com\/twitter-app.html",
    "browser_action": {
        "default_icon": "data\/icon16.png",
        "default_title": "App for Twitter\u2122"
    },
    "icons": {
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png",
        "64": "data\/icon64.png",
        "128": "data\/icon128.png"
    }
}