Pages2Repo
Opens the corresponding repository from a GitHub Page
Pages2Repo là gì?
Pages2Repo là một tiện ích mở rộng Chrome được phát triển bởi Frozenfire92, và tính năng chính của nó là "Opens the corresponding repository from a GitHub Page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pages2Repo
Tải xuống các tệp mở rộng Pages2Repo 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
An extension that shows a page action when on a GitHub Pages website. This page action will open a popup which allows you to get quick info about the repository as well as link to it, or copy the git clone url.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pages2Repo |
ID | afnogakjnebbgcbjkgmhaccljfejeflh |
URL Chính Thức | https://chromewebstore.google.com/detail/pages2repo/afnogakjnebbgcbjkgmhaccljfejeflh |
Mô tả | Opens the corresponding repository from a GitHub Page |
Kích Thước Tệp | 213 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2015-06-23 |
Ngày Phát Hành | 2015-06-23 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Frozenfire92 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Frozenfire92/Pages2Repo |
URL Trang Trợ Giúp | https://github.com/Frozenfire92/Pages2Repo/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pages2Repo", "description": "Opens the corresponding repository from a GitHub Page", "version": "0.1.6", "manifest_version": 2, "icons": { "16": "images\/repo-16.png", "128": "images\/repo-128.png" }, "background": { "scripts": [ "scripts\/github.js", "scripts\/background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "images\/repo-19.png", "38": "images\/repo-38.png" }, "default_title": "Pages2Repo", "default_popup": "popup.html" }, "options_page": "token.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "tabs", "clipboardWrite", "https:\/\/*.github.io\/*", "https:\/\/github.com\/" ] } |