YOURLS

Shorten URLs with your own YOURLS instance

YOURLS là gì?

YOURLS là một tiện ích mở rộng Chrome được phát triển bởi https://binfalse.de, và tính năng chính của nó là "Shorten URLs with your own YOURLS instance".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng YOURLS 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 URLs with your own YOURLS instanceYOURLS is free software to create short URLs for websites. It can be installed and run by everyone!

This extension eases the shortening of URLs from Chrome. It integrates into the UI (toolbar button and context menu) and communicates with your own or a public YOURLS instance.

Key features:

    passwordless authentication
    provide a keyword for the short URL
    selected text on the web page to use it as keyword
    automatically copy the resulting short URL to your clipboard


Permissions:

    Access data for all web sites: The extension needs access to the current website to get the URL and potentially selected text (for keyword suggestions), and the extension needs to access any other URL to communicated with private YOURLS instances.
    Input data to the clipboard: The extension is able to copy the shortened URL to clipboard (can be configured in the extension's preferences) 


No ads! No analytics! No tracking!


Read more at my website.                    

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

Tên YOURLS YOURLS
ID nddaaiojgkoldnhnmkoldmkeocbooken
URL Chính Thức https://chromewebstore.google.com/detail/yourls/nddaaiojgkoldnhnmkoldmkeocbooken
Mô tả Shorten URLs with your own YOURLS instance
Kích Thước Tệp 40.92 KB
Số Lần Cài Đặt 2,333
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2021-03-08
Ngày Phát Hành 2018-05-07
Đánh Giá 4.67/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://binfalse.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://binfalse.de/software/browser-extensions/yourls-chrome-extension/
URL Trang Trợ Giúp http://binfalse.de/software/browser-extensions/yourls-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YOURLS",
    "short_name": "YOURLS",
    "version": "2.2.2",
    "author": "Martin Scharm ",
    "description": "Shorten URLs with your own YOURLS instance",
    "icons": {
        "16": "img\/logo16.png",
        "19": "img\/logo19.png",
        "38": "img\/logo38.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo16.png",
            "19": "img\/logo19.png",
            "38": "img\/logo38.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        },
        "default_title": "YOURLS",
        "default_popup": "popup.html"
    }
}