Ngecilin Extension

Chrome Extension to shorten your looooong URL.

什么是Ngecilin Extension?

Ngecilin Extension是由https://kulkul.tech开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension to shorten your looooong URL.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Ngecilin Extension扩展crx文件

下载Ngecilin Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Shorten your long URLs easily using TinyURL and Short.io services. You can share the shortened links via social media with our URL shortener. Shortening your URLs will also make the links look elegant and clean.

With this extension, you can track of created short URLs and access the analytics.

URL Shortener Features:
- Easily shorten URLs without any need of an account.
- Share the short links with one tap
- Shorten Url from Notification
- One-click easy copying
- Completely free

Find bugs or need help? Contact us at [email protected]

Please rate ★★★★★ if you like this app.                    

扩展基本信息

名称 Ngecilin Extension Ngecilin Extension
ID hbcmhfleidhgnfhfchencfkefmabfkhe
官方URL https://chromewebstore.google.com/detail/ngecilin-extension/hbcmhfleidhgnfhfchencfkefmabfkhe
简介 Chrome Extension to shorten your looooong URL.
文件大小 41.4 KB
安装次数 18
当前版本 1.1.2
更新时间 2022-11-21
上架时间 2020-10-14
评分 5.00/5 共2次评分
开发者 https://kulkul.tech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.kulkul.tech/
帮助页面URL https://www.kulkul.tech/contact-us
隐私政策页面URL https://kulkul.tech/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ngecilin Extension",
    "version": "1.1.2",
    "description": "Chrome Extension to shorten your looooong URL.",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/api.short.cm\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "options_page": "options\/index.html",
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [],
    "content_scripts": [],
    "browser_action": {
        "default_title": "Ngecilin Extension",
        "default_icon": {
            "16": "assets\/icons\/icon-ngecilin-16.png",
            "32": "assets\/icons\/icon-ngecilin-32.png",
            "48": "assets\/icons\/icon-ngecilin-48.png",
            "128": "assets\/icons\/icon-ngecilin-128.png"
        },
        "default_popup": "popup\/index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            },
            "description": "Open Ngecilin Extension"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon-ngecilin-16.png",
        "32": "assets\/icons\/icon-ngecilin-32.png",
        "48": "assets\/icons\/icon-ngecilin-48.png",
        "128": "assets\/icons\/icon-ngecilin-128.png"
    }
}