replace(URL)

Strings of the URL will be replaced based on the rules you define.

replace(URL) là gì?

replace(URL) là một tiện ích mở rộng Chrome được phát triển bởi https://ordbtk.tumblr.com, và tính năng chính của nó là "Strings of the URL will be replaced based on the rules you define.".

Ả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 replace(URL)

Tải xuống các tệp mở rộng replace(URL) 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

                        面倒なURL打ち直し作業をなくせます。例えば、ローカルで開いたファイルを、developサーバーのURLで開きたい時など便利です。                    

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

Tên replace(URL) replace(URL)
ID hnikjjnnlhpkjmbojoefmefkmncfphek
URL Chính Thức https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek
Mô tả Strings of the URL will be replaced based on the rules you define.
Kích Thước Tệp 47.54 KB
Số Lần Cài Đặt 402
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-04-18
Ngày Phát Hành 2013-04-17
Đánh Giá 3.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://ordbtk.tumblr.com
Loại Thanh Toán free
Trang Web Mở Rộng http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "replace(URL)"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "replace(URL)",
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "version": "0.1"
}