Abre.ai! URL Shortener
Shorten URL of pages to send via IM, Twitter, email or wherever you want.
Was ist Abre.ai! URL Shortener?
Abre.ai! URL Shortener ist eine Chrome-Erweiterung, die von Demartini entwickelt wurde, und ihr Hauptmerkmal ist "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".
Erweiterungsscreenshots
Abre.ai! URL Shortener-Erweiterungs-CRX-Datei herunterladen
Laden Sie Abre.ai! URL Shortener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Abre.ai! URL Shortener |
ID | manbfoambbfcbnhmjbnbggklhoclonnb |
Offizielle URL | https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb |
Beschreibung | Shorten URL of pages to send via IM, Twitter, email or wherever you want. |
Dateigröße | 54.4 KB |
Installationsanzahl | 2,120 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2021-02-02 |
Veröffentlichungsdatum | 2016-11-10 |
Bewertung | 3.92/5 Insgesamt 13 Bewertungen |
Entwickler | Demartini |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://abre.ai |
Hilfeseite URL | https://github.com/demartini/abreai-url-shortener/issues |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |