Inspiration.Photos

Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.

Inspiration.Photos là gì?

Inspiration.Photos là một tiện ích mở rộng Chrome được phát triển bởi http://joymems.com, và tính năng chính của nó là "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Replace the ordinary blank page of new tabs with beautiful and inspiring photos. After installing, every time you open a new tab you will see great photos from all over the world. Fall in love with stunning pictures of places, animals and nature.

Built for Chrome, designed for you.

We've upgraded inspiration.photos to include more features. Please use joymems.com http://joymems.com instead.                    

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

Tên Inspiration.Photos Inspiration.Photos
ID hmjmjacmmogimpnhklgbgiganebangkc
URL Chính Thức https://chrome.google.com/webstore/detail/inspirationphotos/hmjmjacmmogimpnhklgbgiganebangkc
Mô tả Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.
Kích Thước Tệp 235 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2017-01-28
Ngày Phát Hành 2017-01-28
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://joymems.com
Loại Thanh Toán free
Trang Web Mở Rộng http://joymems.com/
URL Trang Trợ Giúp http://www.joymems.com/faq.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspiration.Photos",
    "version": "0.1.9",
    "manifest_version": 2,
    "description": "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.",
    "homepage_url": "http:\/\/joymems.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval';  object-src 'self'",
    "permissions": [
        "geolocation",
        "storage",
        "unlimitedStorage",
        "cookies",
        "management",
        "notifications",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.inspiration.photos\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ]
}