skUnity

Do more with skUnity right in your browser!

什麼是skUnity?

skUnity是由https://skunity.com開發的Chrome擴展程式,該擴展的主要功能是“Do more with skUnity right in your browser!”。

擴展截圖

screenshot

下載skUnity擴展crx文件

下載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
官方網址 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"
    }
}