your ShortURL service (pygmy)
pygmy shorturl Chrome extension
your ShortURL service (pygmy)とは何ですか?
your ShortURL service (pygmy)はOriol Riusによって開発されたChromeの拡張機能で、その主な機能は「pygmy shorturl Chrome extension」です。
拡張機能のスクリーンショット
your ShortURL service (pygmy)拡張機能のCRXファイルをダウンロード
your ShortURL service (pygmy)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Your short URL service extension based on pygmy (https://github.com/amitt001/pygmy). With this extension you can short URL while you are browsing with Chrome. Take a look on the uploaded video in the screenshots for an example of usage. By the default the service used is https://url.joor.net, if you want to use another service just go the extension options and set up the backend URL. WARNING: this is a very initial version of the service and the Google Chrome extension. Feedback will be welcome, but don't expect and stable version of the extension, neither the service.
拡張機能の基本情報
名前 | your ShortURL service (pygmy) |
ID | kchefoihlnhfcaphckpopdknaolfegkp |
公式URL | https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp |
説明 | pygmy shorturl Chrome extension |
ファイルサイズ | 19.32 KB |
インストール数 | 119 |
現在のバージョン | 0.4 |
最終更新日 | 2018-07-12 |
公開日 | 2018-07-12 |
開発者 | Oriol Rius |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/ |
ヘルプページのURL | http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/ |
プライバシーポリシーページのURL | http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "your ShortURL service (pygmy)", "version": "0.4", "description": "pygmy shorturl Chrome extension", "icons": { "16": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Create short URLs", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "tabs", "clipboardWrite", "activeTab", "storage" ] } |