Super shorturl generator
This extension allows you to create shorturl from the Couleur Citron's new url shortener.
Super shorturl generatorとは何ですか?
Super shorturl generatorはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to create shorturl from the Couleur Citron's new url shortener.」です。
拡張機能のスクリーンショット
Super shorturl generator拡張機能のCRXファイルをダウンロード
Super shorturl generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just click on the shortener icon to generate a random shortened url.
To custom you url, please go to http://coulc.it/ and choose custom url. 拡張機能の基本情報
| 名前 | |
| ID | gcbblkepelpgiggpncfdldnfdaaafdha |
| 公式URL | https://chromewebstore.google.com/detail/super-shorturl-generator/gcbblkepelpgiggpncfdldnfdaaafdha |
| 説明 | This extension allows you to create shorturl from the Couleur Citron's new url shortener. |
| ファイルサイズ | 9.46 KB |
| インストール数 | 94 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2016-01-20 |
| 公開日 | 2016-01-20 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/benjam1nC/Chrome-extension-shortener |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Super shorturl generator",
"description": "This extension allows you to create shorturl from the Couleur Citron's new url shortener.",
"version": "1.0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |