iPhone to Ugly Duckling
Replaces the text 'iPhone' with 'Ugly Duckling'.
O que é iPhone to Ugly Duckling?
iPhone to Ugly Duckling é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Replaces the text 'iPhone' with 'Ugly Duckling'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão iPhone to Ugly Duckling
Baixe arquivos de extensão iPhone to Ugly Duckling no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Chrome extension that reveals the *real* truth behind iPhone.
Informações Básicas da Extensão
Nome | iPhone to Ugly Duckling |
ID | cgpplocimkfdamfhajefppoblndbkplk |
URL Oficial | https://chromewebstore.google.com/detail/iphone-to-ugly-duckling/cgpplocimkfdamfhajefppoblndbkplk |
Descrição | Replaces the text 'iPhone' with 'Ugly Duckling'. |
Tamanho do Arquivo | 13.97 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.1 |
Última Atualização | 2015-06-02 |
Data de Publicação | 2015-06-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/eferrao/iPhone-to-Ugly-Duckling |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iPhone to Ugly Duckling", "short_name": "Ugly Duckling", "description": "Replaces the text 'iPhone' with 'Ugly Duckling'.", "author": "Elizabeth Ferrao", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |