flickr mitbbs

The extension is made to retrieve flickr photo address, with improved user experience from Kailuo

flickr mitbbs là gì?

flickr mitbbs là một tiện ích mở rộng Chrome được phát triển bởi http://yuncongzhang.wordpress.com, và tính năng chính của nó là "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo".

Ả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 mitbbs

Tải xuống các tệp mở rộng flickr mitbbs 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 can help people to get a list of their flickr photo addresses in their set or organize page. Much thanks to Kailuo for improving user experience.                    

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

Tên flickr mitbbs flickr mitbbs
ID fdklpjofhncchekdkfmfedneodfkilci
URL Chính Thức https://chrome.google.com/webstore/detail/flickr-mitbbs/fdklpjofhncchekdkfmfedneodfkilci
Mô tả The extension is made to retrieve flickr photo address, with improved user experience from Kailuo
Kích Thước Tệp 78.53 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2014-06-01
Ngày Phát Hành 2014-06-01
Nhà Phát Triển http://yuncongzhang.wordpress.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/needforspeed/flickr_photo_addresses
URL Trang Trợ Giúp https://github.com/needforspeed/flickr_photo_addresses
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "flickr mitbbs",
    "version": "1.3",
    "manifest_version": 2,
    "description": "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.flickr.com\/*"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/api.flickr.com\/",
        "http:\/\/www.flickr.com\/",
        "tabs"
    ],
    "web_accessible_resources": [
        "jquery.js"
    ]
}