De-t.co
This extension points all t.co urls on a page to their expanded url.
De-t.co란 무엇입니까?
De-t.co은(는) johnpbloch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension points all t.co urls on a page to their expanded url."입니다.
확장 프로그램 스크린샷
De-t.co 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sometimes twitter's url shortener is slow or unresponsive. Take them out of the equation. This extension only runs on twitter.com and subdomains of twitter.com. Since this is a background script, I added a screenshot of kittens. Not sure what else to do. Image source: http://www.flickr.com/photos/35652310@N00/4139577452/
확장 프로그램 기본 정보
이름 | De-t.co |
ID | jmdlmkhbhmlgkpjelenjcpgcldhednif |
공식 URL | https://chromewebstore.google.com/detail/de-tco/jmdlmkhbhmlgkpjelenjcpgcldhednif |
설명 | This extension points all t.co urls on a page to their expanded url. |
파일 크기 | 17.79 KB |
설치 횟수 | 21 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2016-09-13 |
출시 날짜 | 2016-09-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | johnpbloch |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "De-t.co", "description": "This extension points all t.co urls on a page to their expanded url.", "version": "1.1.1", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "https:\/\/twitter.com\/", "https:\/\/*.twitter.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "js": [ "src\/de-t.co.js" ] } ] } |