Irish Landscapes

A new Irish landscape straight to your browser every day

Irish Landscapes là gì?

Irish Landscapes là một tiện ích mở rộng Chrome được phát triển bởi Kyle Stephens, và tính năng chính của nó là "A new Irish landscape straight to your browser every day".

Ả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 Irish Landscapes

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

                        Get a new Irish landscape straight to your browser every day                    

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

Tên Irish Landscapes Irish Landscapes
ID bmpfbljaafdnkhhgdidgdkopcnnacpcd
URL Chính Thức https://chromewebstore.google.com/detail/irish-landscapes/bmpfbljaafdnkhhgdidgdkopcnnacpcd
Mô tả A new Irish landscape straight to your browser every day
Kích Thước Tệp 176 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2018-03-16
Ngày Phát Hành 2018-03-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Kyle Stephens
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Irish Landscapes",
    "description": "A new Irish landscape straight to your browser every day",
    "version": "0.1.3",
    "browser_action": {
        "default_icon": "assets\/images\/logo\/logo_48.png",
        "default_title": "ireland"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/irelandbg-aedba.firebaseio.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "vendor\/js\/jquery.min.js",
            "assets\/js\/background.js"
        ]
    }
}