Twitter Noti

Simple notification for twitter

Twitter Noti là gì?

Twitter Noti là một tiện ích mở rộng Chrome được phát triển bởi HMI, và tính năng chính của nó là "Simple notification for twitter".

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

screenshot

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

Tải xuống các tệp mở rộng Twitter Noti 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

                        This is a simple notification, use the Rich Notification to notify your tweets and twitter photos.


== 1.1.7.10 ==
 * OAuth problem fixed.
 * Time stamp can convert to locale string                    

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

Tên Twitter Noti Twitter Noti
ID pfblhojcabkhbbljcalohlkpmmnkkjdf
URL Chính Thức https://chromewebstore.google.com/detail/twitter-noti/pfblhojcabkhbbljcalohlkpmmnkkjdf
Mô tả Simple notification for twitter
Kích Thước Tệp 32.3 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.1.7.10
Cập Nhật Lần Cuối 2014-05-23
Ngày Phát Hành 2014-05-23
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển HMI
Loại Thanh Toán free
Trang Web Mở Rộng http://inswears.tumblr.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Noti",
    "version": "1.1.7.10",
    "manifest_version": 2,
    "description": "Simple notification for twitter",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "alarms",
        "https:\/\/api.twitter.com\/oauth\/request_token",
        "https:\/\/api.twitter.com\/oauth\/authorize",
        "https:\/\/api.twitter.com\/oauth\/access_token",
        "https:\/\/userstream.twitter.com\/1.1\/",
        "https:\/\/*.twimg.com\/",
        "https:\/\/twitpic.com\/"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/chrome_ex_oauthsimple.js",
            "scripts\/chrome_ex_oauth.js",
            "scripts\/onload.js",
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/chrome_ex_oauthsimple.js",
        "scripts\/chrome_ex_oauth.js",
        "scripts\/onload.js",
        "chrome_ex_oauth.html",
        "scripts\/options.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self' https:\/\/*.twimg.com\/ https:\/\/twitpic.com\/"
}