Tweet Page

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

Tweet Page là gì?

Tweet Page là một tiện ích mở rộng Chrome được phát triển bởi Stuart Knightley, và tính năng chính của nó là "A button that lets you tweet the current page title and url.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tweet Page

Tải xuống các tệp mở rộng Tweet Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tweet Page Tweet Page
ID eobpfipgbnimppmpmcladpjdgeobmbaf
URL Chính Thức https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf
Mô tả A button that lets you tweet the current page title and url.
Kích Thước Tệp 9.82 KB
Số Lần Cài Đặt 288
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-01-20
Ngày Phát Hành 2014-01-20
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Stuart Knightley
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Stuk/tweet-page-chrome-extension
URL Trang Trợ Giúp https://github.com/Stuk/tweet-page-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}