Pages2Repo
Opens the corresponding repository from a GitHub Page
Pages2Repo क्या है?
Pages2Repo Frozenfire92 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens the corresponding repository from a GitHub Page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pages2Repo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Pages2Repo |
ID | afnogakjnebbgcbjkgmhaccljfejeflh |
आधिकारिक URL | https://chromewebstore.google.com/detail/pages2repo/afnogakjnebbgcbjkgmhaccljfejeflh |
विवरण | Opens the corresponding repository from a GitHub Page |
फ़ाइल का आकार | 213 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 0.1.6 |
अंतिम अपडेट | 2015-06-23 |
प्रकाशन तिथि | 2015-06-23 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Frozenfire92 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Frozenfire92/Pages2Repo |
सहायता पृष्ठ URL | https://github.com/Frozenfire92/Pages2Repo/issues |
समर्थित भाषाएँ | 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\/" ] } |