Twa.si URL-shortener
Official Twa.si URL-shortener extension.
Twa.si URL-shortenerとは何ですか?
Twa.si URL-shortenerはhttps://twa.siによって開発されたChromeの拡張機能で、その主な機能は「Official Twa.si URL-shortener extension.」です。
拡張機能のスクリーンショット
Twa.si URL-shortener拡張機能のCRXファイルをダウンロード
Twa.si URL-shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Your shortlink is just one click away! Shorten URLs using the twa.si URL-shortener. Open any web-page and click the shortener icon or rightclick any link. It will create and copy your twa.si url. It's even faster than copying the page URL manually! Our URL-shortener is fast, easy to use and completely free. You don't need an account to use it. We are proud to be a part of the open source community. You can find this and other projects on our GitHub page at https://twa.si/r/github.
拡張機能の基本情報
名前 | Twa.si URL-shortener |
ID | lngjokdnklohagplfpcpjjmmkcehiabm |
公式URL | https://chromewebstore.google.com/detail/twasi-url-shortener/lngjokdnklohagplfpcpjjmmkcehiabm |
説明 | Official Twa.si URL-shortener extension. |
ファイルサイズ | 193 KB |
インストール数 | 38 |
現在のバージョン | 1.4 |
最終更新日 | 2020-09-24 |
公開日 | 2020-09-07 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | https://twa.si |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/twasi/twasi-shortener-chrome-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twa.si URL-shortener", "version": "1.4", "manifest_version": 2, "description": "Official Twa.si URL-shortener extension.", "author": "Twasi-Team", "homepage_url": "https:\/\/github.com\/twasi\/twasi-shortener-chrome-extension", "offline_enabled": false, "permissions": [ "activeTab", "tabs", "https:\/\/twa.si\/*", "contextMenus", "clipboardWrite", "notifications" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "Shorten this URL with twa.si", "default_popup": "ui\/html\/popup.html", "default_icon": "icons\/64.png" }, "content_scripts": [ { "matches": [ "https:\/\/twa.si\/*" ], "js": [ "dist\/hide-ribbon.js" ] } ], "background": { "page": "ui\/html\/background.html" } } |