Heroku Add-on Jumper

Quickly jump to Heroku add-ons in Chrome

Heroku Add-on Jumper là gì?

Heroku Add-on Jumper là một tiện ích mở rộng Chrome được phát triển bởi dirk.gadsden, và tính năng chính của nó là "Quickly jump to Heroku add-ons in Chrome".

Ả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 Heroku Add-on Jumper

Tải xuống các tệp mở rộng Heroku Add-on Jumper 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

                        Quickly open Heroku add-ons via their single-sign-on URLs.

Note: This is an unofficial piece of software and is not in any way officially associated with Heroku. Use of this software is at your own risk, and you're encouraged to read the source yourself before use.                    

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

Tên Heroku Add-on Jumper Heroku Add-on Jumper
ID oijgcplmodopooedjjllneogcihjnhje
URL Chính Thức https://chromewebstore.google.com/detail/heroku-add-on-jumper/oijgcplmodopooedjjllneogcihjnhje
Mô tả Quickly jump to Heroku add-ons in Chrome
Kích Thước Tệp 184 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-11-25
Ngày Phát Hành 2016-11-24
Nhà Phát Triển dirk.gadsden
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dirk/heroku-addon-jumper
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Heroku Add-on Jumper",
    "version": "1.0",
    "description": "Quickly jump to Heroku add-ons in Chrome",
    "browser_action": {
        "default_icon": {
            "19": "src\/images\/icon16.png"
        },
        "default_title": "Heroku Add-ons",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "options_page": "options.html"
}