pug.gl

Generate pug.gl links

pug.gl란 무엇입니까?

pug.gl은(는) https://storagepug.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate pug.gl links"입니다.

pug.gl 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create a shortened URL for the current tab. It copies to your clipboard automatically.                    

확장 프로그램 기본 정보

이름 pug.gl pug.gl
ID gjmcibepakdjpkomklonbkojgokcdnca
공식 URL https://chromewebstore.google.com/detail/puggl/gjmcibepakdjpkomklonbkojgokcdnca
설명 Generate pug.gl links
파일 크기 38.5 KB
설치 횟수 48
현재 버전 0.0.1
최근 업데이트 2017-10-23
출시 날짜 2017-10-23
평점 5.00/5 총 1 개의 평점
개발자 https://storagepug.com
결제 유형 free
확장 프로그램 웹 사이트 https://pug.gl
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pug.gl",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Generate pug.gl links",
    "homepage_url": "https:\/\/pug.gl",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "pug.gl",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'"
}