Tweet The Page

Tweet the current page from the address bar

什麼是Tweet The Page?

Tweet The Page是由Tiny Web Apps開發的Chrome擴展程式,該擴展的主要功能是“Tweet the current page from the address bar”。

擴展截圖

screenshot

下載Tweet The Page擴展crx文件

下載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
官方網址 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"
        ]
    }
}