Clip.Net Web Application
This extensions automatically shortens long urls, which makes them look more sexy while improving your privacy
Clip.Net Web Application란 무엇입니까?
Clip.Net Web Application은(는) https://splitty.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions automatically shortens long urls, which makes them look more sexy while improving your privacy"입니다.
확장 프로그램 스크린샷
Clip.Net Web Application 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
There are many situations where you want to copy the current URL to the clipboard, for example if you want to tell a friend about THAT awesome Amazon Sale ;) But so much web pages (like Ebay, Amazon, Facebook, YouTube and way more) are transporting more or less useless information using GET-Parameters. I am sure you'll agree that this looks pretty messy. However, these long URLs are also a threat to your privacy because they contain the keywords you searched, a custom user id which could be used to identify you. This extension provides a simple way to get rid of these long URLs and protect your privacy. So how do you use it? Just navigate to a supported website, find the Clip.Net icon at the right edge of your address bar and click it! Clip.Net will automatically shorten the URL and copy it to your clipboard! Supported Websites are (currently): YouTube, Amazon, Ebay, Facebook And more to come! We'll definitely add way more websites to this list in the future! Keep in mind that this is the very first release of the Clip.Net Web App ;) I really hope you enjoy this little extension. I do :P Oh, and please leave some feedback! I need to know how to make this little tool even more sexy :)
확장 프로그램 기본 정보
이름 | Clip.Net Web Application |
ID | bednijpcbncdfkapnjpfbgagmeehnghf |
공식 URL | https://chromewebstore.google.com/detail/clipnet-web-application/bednijpcbncdfkapnjpfbgagmeehnghf |
설명 | This extensions automatically shortens long urls, which makes them look more sexy while improving your privacy |
파일 크기 | 9.27 KB |
설치 횟수 | 420 |
현재 버전 | 0.2 |
최근 업데이트 | 2014-07-07 |
출시 날짜 | 2014-07-07 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://splitty.de |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clip.Net Web Application", "description": "This extensions automatically shortens long urls, which makes them look more sexy while improving your privacy", "version": "0.2", "icons": { "128": "img\/clipnet_inactive.png" }, "background": { "persistent": false, "scripts": [ "clipnet.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "notifications", "clipboardWrite" ], "page_action": { "default_icon": "img\/clipnet_inactive.png", "default_title": "Clip.Net Web Application" } } |