skUnity

Do more with skUnity right in your browser!

skUnityคืออะไร?

skUnity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://skunity.com และคุณลักษณะหลักของมันคือ "Do more with skUnity right in your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย skUnity

ดาวน์โหลดไฟล์ส่วนขยาย skUnity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        == The official skUnity Search Extension ==

Quickly and easily access the skUnity Docs with this handy Chrome Extension! By simply clicking the icon for the extension, you'll be able to search without leaving your current tab. All search results come directly into the extension window.

Tips:
- Clicking the Addon Tag of a search result does a search for that addon
- You can use enter to search instead of clicking the Go button
- Hit enter twice or double click the Go button to have your results appear in a new tab

Features:
- Never need to leave your tab to do a search
- Fetchs live results from skUnity

Upcoming:
- View your recent searches to easily access them again
- Share links to the search without having to make a new tab
- More integration with the forums and other skUnity services

Version history:

2.0 - Full rewritten and ready to go!

1.2 -
> Viewing resources on SpigotMC forums will now show an skUnity Parser button (where supported). The Parser has also been updated to handle resources from SpigotMC.

1.1 (actual release) -
These features weren't ready for the intended release, but were quickly implemented and added to the 1.1 update! 
> You can now hit enter twice or click the Go button twice to have your search results open in a new tab. 
> Clicking the Addon Name of a search result does a search for that addon.
> Bug fixes, styling changes and performance enhancements

1.1 (intended release) -
Mega update! New style, new features and a complete revamp. Search results now appear in the extension window itself. The styling of the addon window has been updated and provides better functionality with new branding in place to reflect official changes.

1.0 -
First release of the skUnity Extension, provides a quick way to have your search directed to the search page of skUnity                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ skUnity skUnity
ID fkimgceiikaopeaomjneajfkjlfinkik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skunity/fkimgceiikaopeaomjneajfkjlfinkik
คำอธิบาย Do more with skUnity right in your browser!
ขนาดไฟล์ 836 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2023-09-05
วันที่เผยแพร่ 2019-02-05
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://skunity.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://skunity.com
URL หน้าช่วยเหลือ https://forums.skunity.com
URL หน้านโยบายความเป็นส่วนตัว https://forums.skunity.com/help/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "skUnity",
    "short_name": "skUnity",
    "author": "skUnity",
    "description": "Do more with skUnity right in your browser!",
    "version": "2.2",
    "icons": {
        "16": "images\/16x16.png",
        "24": "images\/24x24.png",
        "32": "images\/32x32.png",
        "64": "images\/64x64.png",
        "96": "images\/96x96.png",
        "128": "images\/128x128.png",
        "192": "images\/192x192.png",
        "256": "images\/256x256.png",
        "512": "images\/512x512.png",
        "1024": "images\/1024x1024.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/www.spigotmc.org\/resources\/*"
            ]
        }
    ],
    "permissions": [
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "html\/sidepanel.html"
    },
    "action": {
        "default_icon": "images\/192x192.png",
        "default_title": "skUnity: Chrome Extension",
        "default_popup": "html\/popup.html"
    }
}