Tumblr Photo Notify

For someone who want to see photoes everytime.

Tumblr Photo Notify là gì?

Tumblr Photo Notify là một tiện ích mở rộng Chrome được phát triển bởi macchima23, và tính năng chính của nó là "For someone who want to see photoes everytime.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Tumblr Photo Notify 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 extension shows photos from tumblr blog like notification.
You can choice specific URL about tumblr blog
and change notification time in option page.                    

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

Tên Tumblr Photo Notify Tumblr Photo Notify
ID khcaacafabdlmeipkgjfdlbknpbfcekf
URL Chính Thức https://chrome.google.com/webstore/detail/tumblr-photo-notify/khcaacafabdlmeipkgjfdlbknpbfcekf
Mô tả For someone who want to see photoes everytime.
Kích Thước Tệp 47.74 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2013-04-09
Ngày Phát Hành 2013-04-09
Nhà Phát Triển macchima23
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/macchima23/tumblr_photo_notify
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/on.png",
        "default_title": "Click to disable TumblrPhotoNotify"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "For someone who want to see photoes everytime.",
    "background": {
        "page": "templates\/background.html"
    },
    "name": "Tumblr Photo Notify",
    "options_page": "templates\/options.html",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/api.tumblr.com\/*"
    ],
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png",
        "16": "images\/16.png"
    },
    "manifest_version": 2,
    "version": "0.1.3"
}