Tweet The Page
Tweet the current page from the address bar
Wat is Tweet The Page?
Tweet The Page is een Chrome-extensie ontwikkeld door Tiny Web Apps, en de belangrijkste functie is "Tweet the current page from the address bar".
Extensie Screenshots
Download het CRX-bestand van de extensie Tweet The Page
Download Tweet The Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Tweet The Page |
ID | clddnmnohefheaijfieeahbglfdencoe |
Officiële URL | https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe |
Beschrijving | Tweet the current page from the address bar |
Bestandsgrootte | 689 KB |
Aantal Installaties | 58 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2015-04-24 |
Publicatiedatum | 2015-04-24 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Tiny Web Apps |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |