View href
This extension shows the href of all the links on a page along with its title while hovering
View href란 무엇입니까?
View href은(는) https://rajbhadra.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows the href of all the links on a page along with its title while hovering"입니다.
확장 프로그램 스크린샷
View href 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension helps the user to quickly view the href of a link without looking elsewhere by appending the href of the link to the title of the link. Thus the title and the href both can be viewed by a single glance. If the size of the href is greater than 50 characters, then it truncates the string upto 50 characters.
확장 프로그램 기본 정보
이름 | View href |
ID | jfgnoakafnnfkgciganaegpjnnejbimk |
공식 URL | https://chromewebstore.google.com/detail/view-href/jfgnoakafnnfkgciganaegpjnnejbimk |
설명 | This extension shows the href of all the links on a page along with its title while hovering |
파일 크기 | 3.72 KB |
설치 횟수 | 84 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-07-07 |
출시 날짜 | 2014-07-07 |
개발자 | https://rajbhadra.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View href", "short_name": "see href", "description": "This extension shows the href of all the links on a page along with its title while hovering", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ] } |