NGG URL Shortener
The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…
NGG URL Shortenerとは何ですか?
NGG URL ShortenerはNGG Dev Teamによって開発されたChromeの拡張機能で、その主な機能は「The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…」です。
拡張機能のスクリーンショット
NGG URL Shortener拡張機能のCRXファイルをダウンロード
NGG URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also options (socket icon) to automatically copy the generated link your clipboard! www.ngg.la is provided by Next Generation Gaming, LLC (www.ng-gaming.net) and was created by Alex Binello with help from "Akatony".
拡張機能の基本情報
名前 | |
ID | cmkpanlggdkomfnpghknkhnjipcnpmkk |
公式URL | https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk |
説明 | The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also… |
ファイルサイズ | 125 KB |
インストール数 | 48 |
現在のバージョン | 1.1 |
最終更新日 | 2013-12-17 |
公開日 | 2013-12-17 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | NGG Dev Team |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NGG URL Shortener", "description": "", "version": "1.1", "permissions": [ "tabs", "webRequest", "http:\/\/*.ngg.la\/", "clipboardRead", "clipboardWrite", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |