Saupe URL Shrtnr
This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.
Saupe URL Shrtnrとは何ですか?
Saupe URL ShrtnrはJoel Saupeによって開発されたChromeの拡張機能で、その主な機能は「This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.」です。
拡張機能のスクリーンショット
Saupe URL Shrtnr拡張機能のCRXファイルをダウンロード
Saupe URL Shrtnr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Saupe URL Shrtnr extension uses uses the URL shortener at http://sau.pe/shrtnr/ to convert any URL to a short, simple URL. With just the click of the extension's icon, the current page's URL is shortened and copied to your clipboard. This is perfect for sharing a link with friends, or on social media where you don't want the length of your links to take away from all of your sweet, sweet #hashtags.
拡張機能の基本情報
名前 | |
ID | ghefbepohloadbooaphdolhipglahkjb |
公式URL | https://chrome.google.com/webstore/detail/saupe-url-shrtnr/ghefbepohloadbooaphdolhipglahkjb |
説明 | This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard. |
ファイルサイズ | 39.61 KB |
インストール数 | 27 |
現在のバージョン | 2.0 |
最終更新日 | 2016-05-07 |
公開日 | 2016-05-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Joel Saupe |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://sau.pe/shrtnr/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Saupe URL Shrtnr", "description": "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.", "version": "2.0", "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" } } } } |