Tweet The Page

Tweet the current page from the address bar

Qu'est-ce que Tweet The Page ?

Tweet The Page est une extension Chrome développée par Tiny Web Apps, et sa fonction principale est "Tweet the current page from the address bar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tweet The Page

Téléchargez les fichiers d'extension Tweet The Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tweet The Page Tweet The Page
ID clddnmnohefheaijfieeahbglfdencoe
URL Officiel https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe
Description Tweet the current page from the address bar
Taille du Fichier 689 KB
Nombre d'Installations 58
Version Actuelle 2.0.0
Dernière Mise à Jour 2015-04-24
Date de Publication 2015-04-24
Évaluation 2.33/5 Total 3 Évaluations
Développeur Tiny Web Apps
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}