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ファイルをダウンロード
TopSecret拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/ 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |