Tweet Page

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

什麼是Tweet Page?

Tweet Page是由Stuart Knightley開發的Chrome擴展程式,該擴展的主要功能是“A button that lets you tweet the current page title and url.”。

擴展截圖

screenshot
screenshot

下載Tweet Page擴展crx文件

下載Tweet Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tweet Page Tweet Page
ID eobpfipgbnimppmpmcladpjdgeobmbaf
官方網址 https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf
簡介 A button that lets you tweet the current page title and url.
檔案大小 9.82 KB
安裝次數 288
目前版本 0.0.1
更新時間 2014-01-20
上架時間 2014-01-20
評分 4.80/5 共 5 次評分
開發者 Stuart Knightley
付費類型 free
擴展官網 https://github.com/Stuk/tweet-page-chrome-extension
說明頁面URL https://github.com/Stuk/tweet-page-chrome-extension/issues
支援的語言 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"
    ]
}