TopSecret
TopSecret es una extensión para Google Chrome que revela las imágenes ocultas en una web.
TopSecret란 무엇입니까?
TopSecret은(는) https://www.lucianoaibar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TopSecret es una extensión para Google Chrome que revela las imágenes ocultas en una web."입니다.
확장 프로그램 스크린샷
TopSecret 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TopSecret sirve para convertir enlaces a imágenes en direcciones codificadas. Por ejemplo convierte este texto: http://www.lucianoaibar.com/topsecret/img/imagen_oculta.jpg en esto: @aHR0cDovL3d3dy5sdWNpYW5vYWliYXIuY29tL3RvcHNlY3JldC9pbWcvaW1hZ2VuX29jdWx0YS5qcGc=@ Luego podes compartir ese enlace codificado y quienes tengan instalada la extension, con un solo click pueden revertir el proceso obteniendo de nuevo la imagen. El generador de enlaces y la extension estan aqui: http://www.lucianoaibar.com/topsecret/
확장 프로그램 기본 정보
이름 | TopSecret |
ID | bjkejednelepaimcgomjlhpipoalidog |
공식 URL | https://chromewebstore.google.com/detail/topsecret/bjkejednelepaimcgomjlhpipoalidog |
설명 | TopSecret es una extensión para Google Chrome que revela las imágenes ocultas en una web. |
파일 크기 | 9.31 KB |
설치 횟수 | 49 |
현재 버전 | 1.0.0.0 |
최근 업데이트 | 2014-10-03 |
출시 날짜 | 2014-10-03 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://www.lucianoaibar.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.lucianoaibar.com/topsecret |
지원되는 언어 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TopSecret", "version": "1.0.0.0", "description": "TopSecret es una extensi\u00f3n para Google Chrome que revela las im\u00e1genes ocultas en una web.", "author": "Luciano Aibar", "homepage_url": "http:\/\/www.lucianoaibar.com\/topsecret\/", "icons": { "16": "icono_topsecret_16.png", "48": "icono_topsecret_48.png", "128": "icono_topsecret_128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icono_topsecret_19.png" }, "default_title": "TopSecret" } } |