Clicker
Extension for getting current url in short form via clck.ru service
Clickerとは何ですか?
ClickerはRayによって開発されたChromeの拡張機能で、その主な機能は「Extension for getting current url in short form via clck.ru service」です。
拡張機能のスクリーンショット
Clicker拡張機能のCRXファイルをダウンロード
Clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you can get current url of opened tab in short form via clck.ru service.(Thanks Bobuk for this nice service) Changes in v0.2: 1) Clicker icon have transparent background 2) Short link is automatically copied to the clipboard Changes in v0.3: If select any part of text on the page and to call the Clicker extension, then selected text with short link will be copied in Clicker's input field and all this will be copied into the clipboard. If not selected nothing, then will be copied only short link. Clicker v0.3.2 - small bugfix. Clicker v0.3.4 - small fix. Clicker v0.3.4.1 - manifest updates.
拡張機能の基本情報
名前 | Clicker |
ID | oonhhnhddmkflmkhoekflgloclaedocn |
公式URL | https://chromewebstore.google.com/detail/clicker/oonhhnhddmkflmkhoekflgloclaedocn |
説明 | Extension for getting current url in short form via clck.ru service |
ファイルサイズ | 32.98 KB |
インストール数 | 445 |
現在のバージョン | 0.3.4.1 |
最終更新日 | 2013-06-26 |
公開日 | 2013-06-25 |
評価 | 4.15/5 合計 20 レビュー |
開発者 | Ray |
支払い方法 | free |
ヘルプページのURL | http://twitter.com/i__Ray |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clicker", "version": "0.3.4.1", "description": "Extension for getting current url in short form via clck.ru service", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |