Go2Doc

This extension opens the corresponding tab in godoc.org.

ما هو Go2Doc؟

Go2Doc هو إضافة Chrome تم تطويرها بواسطة francesc، والميزة الرئيسية لها هي "This extension opens the corresponding tab in godoc.org.".

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

screenshot

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

قم بتنزيل ملفات الامتداد Go2Doc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extensions shows a tiny little gopher on the address box whenever the URL is in github.com or code.google.com.

Clicking the little gopher opens the corresponding godoc.org page on a new tab.

Note: The gopher appears on any repository, without checking if there's any Go code in it. I might fix this at some point.                    

معلومات أساسية عن التمديد

الاسم Go2Doc Go2Doc
ID mnpdpppgidppdhingkmlcmmgdjknecif
عنوان URL الرسمي https://chromewebstore.google.com/detail/go2doc/mnpdpppgidppdhingkmlcmmgdjknecif
الوصف This extension opens the corresponding tab in godoc.org.
حجم الملف 15.32 KB
عدد التثبيتات 111
النسخة الحالية 0.5
آخر تحديث 2014-03-19
تاريخ النشر 2014-03-19
تقييم 4.75/5 مجموع تقييمات 4
المطور francesc
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go2Doc",
    "description": "This extension opens the corresponding tab in godoc.org.",
    "version": "0.5",
    "background": {
        "scripts": [
            "godoc.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "icons": {
        "128": "doc.png"
    },
    "page_action": {
        "default_icon": "doc.png",
        "default_title": "open in godoc.org"
    }
}