HREF Pro URL Shortener
This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…
什麼是HREF Pro URL Shortener?
HREF Pro URL Shortener是由https://href.pro開發的Chrome擴展程式,該擴展的主要功能是“This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…”。
擴展截圖
下載HREF Pro URL Shortener擴展crx文件
下載HREF Pro URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages and are easier to copy. You get: * Fast SHORT url * Fast QR code * Full stat * Fast share on Social Media More features on site: * Password protect * Geotargeting
擴展基本資訊
名稱 | HREF Pro URL Shortener |
ID | mdjefmomlhmdkhnioekadkmcokhlifdm |
官方網址 | https://chromewebstore.google.com/detail/href-pro-url-shortener/mdjefmomlhmdkhnioekadkmcokhlifdm |
簡介 | This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages… |
檔案大小 | 242 KB |
安裝次數 | 35 |
目前版本 | 1.1 |
更新時間 | 2016-08-04 |
上架時間 | 2016-08-04 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://href.pro |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HREF Pro URL Shortener", "version": "1.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "content_scripts": [ { "matches": [ "*:\/\/href.pro\/*" ], "js": [ "js\/href.js" ], "css": [ "style\/chrome.css" ] } ], "permissions": [ "*:\/\/href.pro\/*", "unlimited_storage", "storage", "tabs" ], "browser_action": { "default_title": "Short you URL", "default_icon": "images\/icon48.png", "default_popup": "popup.html" } } |