Tweet The Page

Tweet the current page from the address bar

Что такое Tweet The Page?

Tweet The Page - это расширение Chrome, разработанное Tiny Web Apps, и его основная функция - "Tweet the current page from the address bar".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Tweet The Page

Скачайте файлы расширений Tweet The Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Tweet The Page Tweet The Page
ID clddnmnohefheaijfieeahbglfdencoe
Официальный URL https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe
Описание Tweet the current page from the address bar
Размер файла 689 KB
Количество установок 58
Текущая Версия 2.0.0
Последнее Обновление 2015-04-24
Дата публикации 2015-04-24
Рейтинг 2.33/5 Всего 3 оценок
Разработчик Tiny Web Apps
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}