Tweet Page
A button that lets you tweet the current page title and url.
Wat is Tweet Page?
Tweet Page is een Chrome-extensie ontwikkeld door Stuart Knightley, en de belangrijkste functie is "A button that lets you tweet the current page title and url.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tweet Page
Download Tweet 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
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.
Basisinformatie over de Extensie
Naam | Tweet Page |
ID | eobpfipgbnimppmpmcladpjdgeobmbaf |
Officiële URL | https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf |
Beschrijving | A button that lets you tweet the current page title and url. |
Bestandsgrootte | 9.82 KB |
Aantal Installaties | 288 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-01-20 |
Publicatiedatum | 2014-01-20 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Stuart Knightley |
Betalingswijze | free |
Extensiewebsite | https://github.com/Stuk/tweet-page-chrome-extension |
Help Pagina-URL | https://github.com/Stuk/tweet-page-chrome-extension/issues |
Ondersteunde Talen | 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" ] } |