Tweet page

見ているページをツイートするやつ

What is Tweet page?

Tweet page is a Chrome extension developed by mumei.himazin, and its main feature is "見ているページをツイートするやつ".

Download Tweet page Extension CRX File

Download Tweet page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        見ているページをツイートするだけです。
ツイートボタンのないページなどをツイートしたいときなどにご利用ください。                    

Extension Basic Information

Name Tweet page Tweet page
ID iapceionbjnliaakiopifeppghnnamel
Official URL https://chrome.google.com/webstore/detail/tweet-page/iapceionbjnliaakiopifeppghnnamel
Description 見ているページをツイートするやつ
File Size 42.86 KB
Installation Count 25
Current Version 1.1
Last Updated 2014-05-29
Publish Date 2014-05-29
Rating 5.00/5 Total 1 Ratings
Developer mumei.himazin
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet page",
    "description": "\u898b\u3066\u3044\u308b\u30da\u30fc\u30b8\u3092\u30c4\u30a4\u30fc\u30c8\u3059\u308b\u3084\u3064",
    "homepage_url": "http:\/\/www.mumei-himazin.info\/blog\/",
    "options_page": "option.html",
    "version": "1.1",
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": "action.png",
        "default_title": "Tweet page"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}