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 |
| 官方網址 | 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"
} | |