Tweet Page

A button that lets you tweet the current page title and url.

What is Tweet Page?

Tweet Page is a Chrome extension developed by Stuart Knightley, and its main feature is "A button that lets you tweet the current page title and url.".

Extension Screenshots

screenshot
screenshot

Download Tweet Page Extension CRX File

Download Tweet Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tweet Page Tweet Page
ID eobpfipgbnimppmpmcladpjdgeobmbaf
Official URL https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf
Description A button that lets you tweet the current page title and url.
File Size 9.82 KB
Installation Count 288
Current Version 0.0.1
Last Updated 2014-01-20
Publish Date 2014-01-20
Rating 4.80/5 Total 5 Ratings
Developer Stuart Knightley
Payment Type free
Extension Website https://github.com/Stuk/tweet-page-chrome-extension
Help Page URL https://github.com/Stuk/tweet-page-chrome-extension/issues
Supported Languages 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"
    ]
}