Tweet Page

A button that lets you tweet the current page title and url.

Cos'è Tweet Page?

Tweet Page è un'estensione di Chrome sviluppata da Stuart Knightley, e la sua funzione principale è "A button that lets you tweet the current page title and url.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tweet Page

Scarica i file di estensione Tweet Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Adds a simple button to Chrome that when clicked sends the current tab's title and URL to twitter.com/share, where you can edit the tweet before posting.

No adware. Open source.                    

Informazioni di Base sull'Estensione

Nome Tweet Page Tweet Page
ID eobpfipgbnimppmpmcladpjdgeobmbaf
URL Ufficiale https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf
Descrizione A button that lets you tweet the current page title and url.
Dimensione del File 9.82 KB
Conteggio Installazioni 288
Versione Corrente 0.0.1
Ultimo Aggiornamento 2014-01-20
Data di Pubblicazione 2014-01-20
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Stuart Knightley
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Stuk/tweet-page-chrome-extension
URL della Pagina di Aiuto https://github.com/Stuk/tweet-page-chrome-extension/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweet Page",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A button that lets you tweet the current page title and url.",
    "homepage_url": "https:\/\/github.com\/Stuk\/tweet-page-chrome-extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_tweetPage__"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}