Flickr Share with Template

Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…

Flickr Share with Template là gì?

Flickr Share with Template là một tiện ích mở rộng Chrome được phát triển bởi https://blog.othree.net, và tính năng chính của nó là "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…".

Ả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 Flickr Share with Template

Tải xuống các tệp mở rộng Flickr Share with Template 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

                        Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With this extension, you can write your own template with mustache template language.

Document: https://github.com/othree/flickr-share-template#readme                    

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

Tên Flickr Share with Template Flickr Share with Template
ID dfnfhbapijahpaobcpojofokllocfpnc
URL Chính Thức https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc
Mô tả Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
Kích Thước Tệp 57.56 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.1.10
Cập Nhật Lần Cuối 2016-01-04
Ngày Phát Hành 2016-01-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://blog.othree.net
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/othree/flickr-share-template
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flickr Share with Template",
    "version": "0.1.10",
    "manifest_version": 2,
    "minimum_chrome_version": "21",
    "icons": {
        "128": "icons\/128x128.png",
        "48": "icons\/48x48.png",
        "16": "icons\/16x16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_popup": "popup.html"
    },
    "sandbox": {
        "pages": [
            "hogan.html"
        ]
    },
    "content_security_policy": "script-src 'unsafe-eval' 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage"
    ]
}