Tweet Page
A button that lets you tweet the current page title and url.
Qu'est-ce que Tweet Page ?
Tweet Page est une extension Chrome développée par Stuart Knightley, et sa fonction principale est "A button that lets you tweet the current page title and url.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tweet Page
Téléchargez les fichiers d'extension Tweet 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
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.
Informations de Base sur l'Extension
Nom | Tweet Page |
ID | eobpfipgbnimppmpmcladpjdgeobmbaf |
URL Officiel | https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf |
Description | A button that lets you tweet the current page title and url. |
Taille du Fichier | 9.82 KB |
Nombre d'Installations | 288 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2014-01-20 |
Date de Publication | 2014-01-20 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Stuart Knightley |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Stuk/tweet-page-chrome-extension |
URL de la Page d'Aide | https://github.com/Stuk/tweet-page-chrome-extension/issues |
Langues Prises en Charge | 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" ] } |