Create Short URL
Generate short URLs using bit.ly
Create Short URLとは何ですか?
Create Short URLはportsaidalenbiによって開発されたChromeの拡張機能で、その主な機能は「Generate short URLs using bit.ly」です。
拡張機能のスクリーンショット
Create Short URL拡張機能のCRXファイルをダウンロード
Create Short URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enables you to quickly create shortcut links to your Bit.ly account. Simply navigate to the link you want to save and select "Create Short URL" from the context menu.
拡張機能の基本情報
名前 | |
ID | iobhlofholalpkgbeoeobhckdmfpcpce |
公式URL | https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce |
説明 | Generate short URLs using bit.ly |
ファイルサイズ | 25.01 KB |
インストール数 | 10,000 |
現在のバージョン | 0.1 |
最終更新日 | 2013-12-22 |
公開日 | 2013-12-22 |
評価 | 1.64/5 合計 11 レビュー |
開発者 | portsaidalenbi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Create Short URL", "description": "Generate short URLs using bit.ly", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |