YOURLS

Shorten URLs with your own YOURLS instance

YOURLS란 무엇입니까?

YOURLS은(는) https://binfalse.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten URLs with your own YOURLS instance"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

YOURLS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 YOURLS YOURLS
ID nddaaiojgkoldnhnmkoldmkeocbooken
공식 URL https://chromewebstore.google.com/detail/yourls/nddaaiojgkoldnhnmkoldmkeocbooken
설명 Shorten URLs with your own YOURLS instance
파일 크기 40.92 KB
설치 횟수 2,333
현재 버전 2.2.2
최근 업데이트 2021-03-08
출시 날짜 2018-05-07
평점 4.67/5 총 21 개의 평점
개발자 https://binfalse.de
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://binfalse.de/software/browser-extensions/yourls-chrome-extension/
도움말 페이지 URL http://binfalse.de/software/browser-extensions/yourls-chrome-extension/
지원되는 언어 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"
    }
}