Simple URL Shortener
This extension shows Shortened URL For the current webpage
Simple URL Shortenerとは何ですか?
Simple URL ShortenerはVishal Goyalによって開発されたChromeの拡張機能で、その主な機能は「This extension shows Shortened URL For the current webpage」です。
拡張機能のスクリーンショット
Simple URL Shortener拡張機能のCRXファイルをダウンロード
Simple URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
拡張機能の基本情報
名前 | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
公式URL | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
説明 | This extension shows Shortened URL For the current webpage |
ファイルサイズ | 13.83 KB |
インストール数 | 121 |
現在のバージョン | 2.0 |
最終更新日 | 2015-10-17 |
公開日 | 2015-10-16 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Vishal Goyal |
支払い方法 | free |
拡張機能のウェブサイト | http://k2g.co |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |