Abre.ai! URL Shortener
Shorten URL of pages to send via IM, Twitter, email or wherever you want.
Abre.ai! URL Shortenerとは何ですか?
Abre.ai! URL ShortenerはDemartiniによって開発されたChromeの拡張機能で、その主な機能は「Shorten URL of pages to send via IM, Twitter, email or wherever you want.」です。
拡張機能のスクリーンショット
Abre.ai! URL Shortener拡張機能のCRXファイルをダウンロード
Abre.ai! URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Abre.ai! URL Shortener |
ID | manbfoambbfcbnhmjbnbggklhoclonnb |
公式URL | https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb |
説明 | Shorten URL of pages to send via IM, Twitter, email or wherever you want. |
ファイルサイズ | 54.4 KB |
インストール数 | 2,120 |
現在のバージョン | 2.0.1 |
最終更新日 | 2021-02-02 |
公開日 | 2016-11-10 |
評価 | 3.92/5 合計 13 レビュー |
開発者 | Demartini |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://abre.ai |
ヘルプページのURL | https://github.com/demartini/abreai-url-shortener/issues |
対応言語 | 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:\/\/*\/*" ] } |