TinyURL
This extension creates a tinyurl for the current browser tab.
TinyURLとは何ですか?
TinyURLはEd Robinsonによって開発されたChromeの拡張機能で、その主な機能は「This extension creates a tinyurl for the current browser tab.」です。
拡張機能のスクリーンショット
TinyURL拡張機能のCRXファイルをダウンロード
TinyURL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The quickest way to shorten and share the URL of the current Chrome tab.
拡張機能の基本情報
名前 | TinyURL |
ID | lbadmllalinlpflkajgkkmjohckpnahm |
公式URL | https://chromewebstore.google.com/detail/tinyurl/lbadmllalinlpflkajgkkmjohckpnahm |
説明 | This extension creates a tinyurl for the current browser tab. |
ファイルサイズ | 6.92 KB |
インストール数 | 10,000 |
現在のバージョン | 1.0 |
最終更新日 | 2013-04-07 |
公開日 | 2013-04-07 |
評価 | 4.35/5 合計 51 レビュー |
開発者 | Ed Robinson |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension creates a tinyurl for the current browser tab.", "name": "TinyURL", "permissions": [ "tabs", "http:\/\/www.tinyurl.com\/" ], "icons": { "48": "icon_48.png", "128": "icon_128.png", "16": "icon_16.png" }, "manifest_version": 2, "version": "1.0" } |