Tweet The Page

Tweet the current page from the address bar

What is Tweet The Page?

Tweet The Page is a Chrome extension developed by Tiny Web Apps, and its main feature is "Tweet the current page from the address bar".

Extension Screenshots

screenshot

Download Tweet The Page Extension CRX File

Download Tweet The 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

                        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.                    

Extension Basic Information

Name Tweet The Page Tweet The Page
ID clddnmnohefheaijfieeahbglfdencoe
Official URL https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe
Description Tweet the current page from the address bar
File Size 689 KB
Installation Count 58
Current Version 2.0.0
Last Updated 2015-04-24
Publish Date 2015-04-24
Rating 2.33/5 Total 3 Ratings
Developer Tiny Web Apps
Payment Type free
Supported Languages 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"
        ]
    }
}