Ngecilin Extension

Chrome Extension to shorten your looooong URL.

Ngecilin Extension là gì?

Ngecilin Extension là một tiện ích mở rộng Chrome được phát triển bởi https://kulkul.tech, và tính năng chính của nó là "Chrome Extension to shorten your looooong URL.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ngecilin Extension

Tải xuống các tệp mở rộng Ngecilin Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ngecilin Extension Ngecilin Extension
ID hbcmhfleidhgnfhfchencfkefmabfkhe
URL Chính Thức https://chromewebstore.google.com/detail/ngecilin-extension/hbcmhfleidhgnfhfchencfkefmabfkhe
Mô tả Chrome Extension to shorten your looooong URL.
Kích Thước Tệp 41.4 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-11-21
Ngày Phát Hành 2020-10-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://kulkul.tech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kulkul.tech/
URL Trang Trợ Giúp https://www.kulkul.tech/contact-us
URL Trang Chính Sách Bảo Mật https://kulkul.tech/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}