URL Shortener Extension
Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation
URL Shortener Extensionとは何ですか?
URL Shortener ExtensionはPascal Wyssによって開発されたChromeの拡張機能で、その主な機能は「Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation」です。
拡張機能のスクリーンショット
URL Shortener Extension拡張機能のCRXファイルをダウンロード
URL Shortener Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Did you ever want to have your own url shortener service? With your own fancy url? Instead of using the public services like goo.gl or bit.ly you can now have your own service with your very own domain! All you need to do is to install the sUrl - Url shortener on your web server and you are ready to go. See: https://github.com/pawy/url_shortener This Chrome extension enables you to shorten the currently open URL right out of your browser with just one click! Pretty easy eh?
拡張機能の基本情報
名前 | URL Shortener Extension |
ID | mmljapacfpbakplemojcdlncjcclobmg |
公式URL | https://chromewebstore.google.com/detail/url-shortener-extension/mmljapacfpbakplemojcdlncjcclobmg |
説明 | Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation |
ファイルサイズ | 62.62 KB |
インストール数 | 99 |
現在のバージョン | 2.0.1 |
最終更新日 | 2013-11-19 |
公開日 | 2013-11-19 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Pascal Wyss |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/pawy/url_shortener |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Shortener Extension", "version": "2.0.1", "description": "Create short URLs directly out of Chrome. This extension needs a valid [https:\/\/github.com\/pawy\/url_shortener] installation", "page_action": { "default_icon": { "19": "icons\/icon_016.png", "38": "icons\/icon_038.png" }, "default_title": "Shorten the URL", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "clipboardWrite", "storage" ], "options_page": "options.html", "icons": { "16": "icons\/icon_016.png", "48": "icons\/icon_048.png", "128": "icons\/icon_128.png" }, "homepage_url": "https:\/\/github.com\/pawy\/url_shortener" } |