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
公式URL 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"
    ]
}