Tweet The Page

Tweet the current page from the address bar

Τι είναι το Tweet The Page;

Το Tweet The Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tiny Web Apps, και η κύρια λειτουργία του είναι "Tweet the current page from the address bar".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Tweet The Page

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

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

                        Quickly share the page you're browsing on Twitter, right from the address bar (omnibox). When you click the icon in the address bar, a new tab will open with the tweet prepared for you. You can then edit it or send straight away.

Version 2.0.0 - Sharing panel opens in separate window.                    

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

Όνομα Tweet The Page Tweet The Page
ID clddnmnohefheaijfieeahbglfdencoe
Επίσημο URL https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe
Περιγραφή Tweet the current page from the address bar
Μέγεθος Αρχείου 689 KB
Αριθμός Εγκαταστάσεων 58
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2015-04-24
Ημερομηνία Δημοσίευσης 2015-04-24
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Tiny Web Apps
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet The Page",
    "version": "2.0.0",
    "author": "Tiny Web Apps",
    "description": "Tweet the current page from the address bar",
    "icons": {
        "16": "img\/icon-x16.png",
        "48": "img\/icon-x48.png",
        "128": "img\/icon-x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "19": "img\/icon-x19.png",
            "38": "img\/icon-x38.png"
        },
        "default_title": "Tweet this Page"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    }
}