Tweet The Page
Tweet the current page from the address bar
Cos'è Tweet The Page?
Tweet The Page è un'estensione di Chrome sviluppata da Tiny Web Apps, e la sua funzione principale è "Tweet the current page from the address bar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tweet The Page
Scarica i file di estensione Tweet The 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
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.
Informazioni di Base sull'Estensione
Nome | Tweet The Page |
ID | clddnmnohefheaijfieeahbglfdencoe |
URL Ufficiale | https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe |
Descrizione | Tweet the current page from the address bar |
Dimensione del File | 689 KB |
Conteggio Installazioni | 58 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2015-04-24 |
Data di Pubblicazione | 2015-04-24 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Tiny Web Apps |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |