CutUrl
Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
CutUrlとは何ですか?
CutUrlはAdnan Ahmedによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.」です。
拡張機能のスクリーンショット
CutUrl拡張機能のCRXファイルをダウンロード
CutUrl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CutUrl shortener is an extension which allows you to shorten the current website URL with the Google URL Shortener service http://goo.gl/ On any page press this shortcut key (Alt+Shift+C) and short url for the page will automatically generated and copied to your clipboard. (Sorry for inconvenience guyz, i just knew that my extension isn't working on windows). But its fixed now. :)
拡張機能の基本情報
名前 | CutUrl |
ID | ealhhpadkmmoebajijpaaddnglnbfnjk |
公式URL | https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk |
説明 | Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut. |
ファイルサイズ | 40.04 KB |
インストール数 | 73 |
現在のバージョン | 1.1.0 |
最終更新日 | 2016-04-02 |
公開日 | 2016-04-02 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Adnan Ahmed |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Idnan/cut-url |
ヘルプページのURL | https://github.com/Idnan/cut-url |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CutUrl", "short_name": "CutUrl", "description": "Chrome Extension - Use http:\/\/goo.gl\/ to shorten your URLs in a Shortcut.", "version": "1.1.0", "background": { "persistent": false, "scripts": [ "assets\/js\/jquery.js", "assets\/js\/background.js" ] }, "permissions": [ "*:\/\/*.googleapis.com\/*", "notifications", "tabs" ], "icons": { "16": "assets\/img\/ico16.png", "48": "assets\/img\/ico48.png", "128": "assets\/img\/ico128.png" }, "homepage_url": "http:\/\/github.com\/idnan", "commands": { "toggle-pin": { "suggested_key": { "default": "Alt+Shift+C", "windows": "Alt+Shift+C", "mac": "Alt+Shift+C", "chromeos": "Alt+Shift+C", "linux": "Alt+Shift+C" }, "description": "Short your urls" } } } |