Awesome View Source Button

Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.

Awesome View Source Button là gì?

Awesome View Source Button là một tiện ích mở rộng Chrome được phát triển bởi https://upway2late.com, và tính năng chính của nó là "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Awesome View Source Button

Tải xuống các tệp mở rộng Awesome View Source Button 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

                        Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.                    

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

Tên Awesome View Source Button Awesome View Source Button
ID hofjicknmidhbhmflllmmdaihmmggphg
URL Chính Thức https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg
Mô tả Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
Kích Thước Tệp 34.1 KB
Số Lần Cài Đặt 960
Phiên Bản Hiện Tại 1.2.0.0
Cập Nhật Lần Cuối 2016-09-22
Ngày Phát Hành 2016-09-22
Đánh Giá 3.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://upway2late.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.upway2late.com/projects/buttons-project
URL Trang Trợ Giúp http://www.upway2late.com/projects/buttons-project
URL Trang Chính Sách Bảo Mật http://www.upway2late.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome View Source Button",
    "version": "1.2.0.0",
    "description": "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.",
    "icons": {
        "16": "viewSource_16.png",
        "48": "viewSource_48.png",
        "128": "viewSource_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "viewSource_19.png",
        "default_title": "Awesome View Source Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}