I Heart What I See

Every heart is a heart and when you see a heart you heart the heart.

I Heart What I See là gì?

I Heart What I See là một tiện ích mở rộng Chrome được phát triển bởi https://sklise.com, và tính năng chính của nó là "Every heart is a heart and when you see a heart you heart the heart.".

Tải xuống tệp CRX của tiện ích mở rộng I Heart What I See

Tải xuống các tệp mở rộng I Heart What I See 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

                        Every time you see a heart on Twitter, you heart that heart.                    

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

Tên I Heart What I See I Heart What I See
ID khfbfkgknmbadpikekmpndghbmpeemeh
URL Chính Thức https://chrome.google.com/webstore/detail/i-heart-what-i-see/khfbfkgknmbadpikekmpndghbmpeemeh
Mô tả Every heart is a heart and when you see a heart you heart the heart.
Kích Thước Tệp 49.79 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-11-06
Ngày Phát Hành 2015-11-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://sklise.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sklise/i-heart-what-i-see
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I Heart What I See",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Every heart is a heart and when you see a heart you heart the heart.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*"
    ]
}