Abre.ai! URL Shortener
Shorten URL of pages to send via IM, Twitter, email or wherever you want.
O que é Abre.ai! URL Shortener?
Abre.ai! URL Shortener é uma extensão do Chrome desenvolvida por Demartini, e sua principal característica é "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Abre.ai! URL Shortener
Baixe arquivos de extensão Abre.ai! URL Shortener 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
Shorten URLs using Abre.ai and send wherever you want. Simple, fast and very easy. After installing the extension just click on the extension icon in front of the address bar and you're done.
Informações Básicas da Extensão
Nome | Abre.ai! URL Shortener |
ID | manbfoambbfcbnhmjbnbggklhoclonnb |
URL Oficial | https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb |
Descrição | Shorten URL of pages to send via IM, Twitter, email or wherever you want. |
Tamanho do Arquivo | 54.4 KB |
Contagem de Instalações | 2,120 |
Versão Atual | 2.0.1 |
Última Atualização | 2021-02-02 |
Data de Publicação | 2016-11-10 |
Classificação | 3.92/5 Total de 13 Avaliações |
Desenvolvedor | Demartini |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://abre.ai |
URL da Página de Ajuda | https://github.com/demartini/abreai-url-shortener/issues |
Idiomas Suportados | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "homepage_url": "https:\/\/abre.ai", "author": "Iolar Demartini Junior", "version": "2.0.1", "manifest_version": 2, "default_locale": "pt_BR", "browser_action": { "default_icon": { "16": "assets\/images\/icons\/icon-16.png", "32": "assets\/images\/icons\/icon-32.png", "48": "assets\/images\/icons\/icon-48.png", "128": "assets\/images\/icons\/icon-128.png" }, "default_title": "__MSG_name__", "default_popup": "pages\/popup.html" }, "icons": { "16": "assets\/images\/icons\/icon-16.png", "32": "assets\/images\/icons\/icon-32.png", "48": "assets\/images\/icons\/icon-48.png", "128": "assets\/images\/icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |