Domain Switcher Forked

Simplify web development by easily switching domains between specified URL groups. Forked version.

Domain Switcher Forked là gì?

Domain Switcher Forked là một tiện ích mở rộng Chrome được phát triển bởi Mestrona, và tính năng chính của nó là "Simplify web development by easily switching domains between specified URL groups. Forked version.".

Ả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 Domain Switcher Forked

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

                        Domain Switcher by Steve Hanson, fork by Mestrona

This is a fork of https://chrome.google.com/webstore/detail/domain-switcher/lbehdhpgigdlinfkidifkbhjnaglfojc
with some additional features and fixes

Main additional feature: Project templates

Source: https://github.com/amenk/domain-switcher-chrome                    

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

Tên Domain Switcher Forked Domain Switcher Forked
ID obncmfopicdjkamflcoipkjdpkdhfjji
URL Chính Thức https://chromewebstore.google.com/detail/domain-switcher-forked/obncmfopicdjkamflcoipkjdpkdhfjji
Mô tả Simplify web development by easily switching domains between specified URL groups. Forked version.
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.6.5
Cập Nhật Lần Cuối 2017-01-25
Ngày Phát Hành 2017-01-25
Nhà Phát Triển Mestrona
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.6.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Domain Switcher Forked",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}