TopicFlower URL Shortener
Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs
TopicFlower URL Shortenerとは何ですか?
TopicFlower URL Shortenerはhttps://topicflower.comによって開発されたChromeの拡張機能で、その主な機能は「Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs」です。
拡張機能のスクリーンショット
TopicFlower URL Shortener拡張機能のCRXファイルをダウンロード
TopicFlower URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs directly from your browser. 拡張機能の基本情報
| 名前 | |
| ID | gpilgphobnninjmbbaklkkmlclmkfgeb |
| 公式URL | https://chromewebstore.google.com/detail/topicflower-url-shortener/gpilgphobnninjmbbaklkkmlclmkfgeb |
| 説明 | Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs |
| ファイルサイズ | 137 KB |
| インストール数 | 65 |
| 現在のバージョン | 0.1.2 |
| 最終更新日 | 2013-09-16 |
| 公開日 | 2013-09-16 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://topicflower.com |
| 支払い方法 | free |
| ヘルプページのURL | https://topicflower.zendesk.com/entries/25386356-Como-usar-el-Acortador-de-URLs-de-TopicFlower |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "images\/shortener_extension_icon_16px.png",
"default_popup": "popup.html",
"default_title": "__MSG_extension_name__"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"scripts\/content_script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"default_locale": "en",
"description": "__MSG_extension_description__",
"icons": {
"128": "images\/shortener_extension_icon_128px.png",
"16": "images\/shortener_extension_icon_16px.png",
"48": "images\/shortener_extension_icon_48px.png"
},
"manifest_version": 2,
"minimum_chrome_version": "20",
"name": "__MSG_extension_name__",
"permissions": [
"tabs",
"contextMenus",
"clipboardWrite",
"http:\/\/*\/"
],
"version": "0.1.2"
} | |