Url Appender

An utility to avoid typing repeated url

Url Appender là gì?

Url Appender là một tiện ích mở rộng Chrome được phát triển bởi http://blog.tamizhvendan.in, và tính năng chính của nó là "An utility to avoid typing repeated url".

Ả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 Url Appender

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

                        Tired of typing the same url with different suffixes. Here is a small utility for you to make you productive. Just configure the base url in the settings once and type only the suffix when you want to browse a particular page. That's it !                    

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

Tên Url Appender Url Appender
ID omehmfjfcedkfnipdkiplalieakjgeob
URL Chính Thức https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob
Mô tả An utility to avoid typing repeated url
Kích Thước Tệp 39.66 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-07-30
Ngày Phát Hành 2014-07-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://blog.tamizhvendan.in
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": "Url Appender",
    "version": "1.0",
    "manifest_version": 2,
    "description": "An utility to avoid typing repeated url",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}