Tweet The Page

Tweet the current page from the address bar

Vad är Tweet The Page?

Tweet The Page är en Chrome-tillägg utvecklad av Tiny Web Apps, och dess huvudfunktion är "Tweet the current page from the address bar".

Tilläggsskärmbilder

screenshot

Ladda ner Tweet The Page-förlängningens CRX-fil

Ladda ner Tweet The Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tweet The Page Tweet The Page
ID clddnmnohefheaijfieeahbglfdencoe
Officiell webbadress https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe
Beskrivning Tweet the current page from the address bar
Filstorlek 689 KB
Antal Installationer 58
Aktuell Version 2.0.0
Senast Uppdaterad 2015-04-24
Publiceringsdatum 2015-04-24
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare Tiny Web Apps
Betalningssätt free
Stödda Språk 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"
        ]
    }
}