Pages2Repo

Opens the corresponding repository from a GitHub Page

ما هو Pages2Repo؟

Pages2Repo هو إضافة Chrome تم تطويرها بواسطة Frozenfire92، والميزة الرئيسية لها هي "Opens the corresponding repository from a GitHub Page".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pages2Repo

قم بتنزيل ملفات الامتداد Pages2Repo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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\/"
    ]
}